#57218E

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

Shades of Kingfisher Daisy #57218E

Tints of Kingfisher Daisy #57218E

Color information

#57218E (or 0x57218E) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 21 and 8E. RGB value is (87,33,142). Sum of RGB (Red+Green+Blue) = 87+33+142=262 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.21% from 262); Green value is 33 (13.28% from 255 or 12.60% from 262); Blue value is 142 (55.86% from 255 or 54.20% from 262); Max value from RGB is 142 - color contains mainly: blue. Hex color #57218E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #57218E is #A8DE71. Grayscale: #3D3D3D. Windows color (decimal): -11066994 or 9314647. OLE color: 9314647.

HSL color Cylindrical-coordinate representation of color #57218E: hue angle of 269.72º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #57218E is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8733142-
CMYK0.390.7700.44
HSL269.72º62.29%34.31%-
HSV(B)269.72º76.76%55.69%-
XYZ9.365.0726.08-
YUV61.57173.39146.14-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.21%
GREEN value IS 33 (13.28% from 255) = 12.60%
BLUE value IS 142 (55.86% from 255) = 54.20%
R=33.21%
G=12.60%
B=54.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal87331420.390.7700.44269.7262.2934.31
Hex57218E274D02C10e3e22
Octal12741216471150544167642
Binary10101111000011000111010011110011010101100100001110111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57218E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57218E; }

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

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

<style>
 a { background-color: #57218E; }

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

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

<style>
 span { border-color: #57218E; }

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

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