#571D94

Color #571D94 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #571D94

Tints of Kingfisher Daisy #571D94

Color information

#571D94 (or 0x571D94) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 1D and 94. RGB value is (87,29,148). Sum of RGB (Red+Green+Blue) = 87+29+148=264 (34% of max value = 765). Red value is 87 (34.38% from 255 or 32.95% from 264); Green value is 29 (11.72% from 255 or 10.98% from 264); Blue value is 148 (58.20% from 255 or 56.06% from 264); Max value from RGB is 148 - color contains mainly: blue. Hex color #571D94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #571D94 is #A8E26B. Grayscale: #3B3B3B. Windows color (decimal): -11068012 or 9706839. OLE color: 9706839.

HSL color Cylindrical-coordinate representation of color #571D94: hue angle of 269.24º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #571D94 is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8729148-
CMYK0.410.8000.42
HSL269.24º67.23%34.71%-
HSV(B)269.24º80.41%58.04%-
XYZ9.725.0428.48-
YUV59.91177.72147.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 87 (34.38% from 255) = 32.95%
GREEN value IS 29 (11.72% from 255) = 10.98%
BLUE value IS 148 (58.20% from 255) = 56.06%
R=32.95%
G=10.98%
B=56.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87291480.410.8000.42269.2467.2334.71
Hex571D94295002A10d4323
Octal127352245112005241510343
Binary10101111110110010100101001101000001010101000011011000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571D94; }

 p { color: rgb(87,29,148); }

 H1.HeaderClassName
 {
   color: #571D94;
 }
 .AnyTagClassName
 {
   color: #571D94;
 }
</style>
background-color css

<style>
 a { background-color: #571D94; }

 a { background-color: rgb(87,29,148); }

 div.DivClassName
 {
   background-color: #571D94;
 }
 .BgClassName
 {
   background-color: #571D94;
 }
</style>
border-color css

<style>
 span { border-color: #571D94; }

 span { border-color: rgb(87,29,148); }

 td.TdClassName
 {
   border-color: #571D94;
 }
 .TagClassName
 {
   border-color: #571D94;
 }
</style>