#571D8E

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

Shades of Kingfisher Daisy #571D8E

Tints of Kingfisher Daisy #571D8E

Color information

#571D8E (or 0x571D8E) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 1D and 8E. RGB value is (87,29,142). Sum of RGB (Red+Green+Blue) = 87+29+142=258 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.72% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 142 (55.86% from 255 or 55.04% from 258); Max value from RGB is 142 - color contains mainly: blue. Hex color #571D8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #571D8E is #A8E271. Grayscale: #3A3A3A. Windows color (decimal): -11068018 or 9313623. OLE color: 9313623.

HSL color Cylindrical-coordinate representation of color #571D8E: hue angle of 270.8º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #571D8E is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8729142-
CMYK0.390.8000.44
HSL270.8º66.08%33.53%-
HSV(B)270.8º79.58%55.69%-
XYZ9.254.8626.04-
YUV59.22174.72147.81-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.72%
GREEN value IS 29 (11.72% from 255) = 11.24%
BLUE value IS 142 (55.86% from 255) = 55.04%
R=33.72%
G=11.24%
B=55.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal87291420.390.8000.44270.866.0833.53
Hex571D8E275002C10f4222
Octal127352164712005441710242
Binary10101111110110001110100111101000001011001000011111000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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