#57327F

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

Shades of Kingfisher Daisy #57327F

Tints of Kingfisher Daisy #57327F

Color information

#57327F (or 0x57327F) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 32 and 7F. RGB value is (87,50,127). Sum of RGB (Red+Green+Blue) = 87+50+127=264 (34% of max value = 765). Red value is 87 (34.38% from 255 or 32.95% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 127 - color contains mainly: blue. Hex color #57327F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57327F is #A8CD80. Grayscale: #454545. Windows color (decimal): -11062657 or 8335959. OLE color: 8335959.

HSL color Cylindrical-coordinate representation of color #57327F: hue angle of 268.83º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57327F is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8750127-
CMYK0.310.6100.50
HSL268.83º43.5%34.71%-
HSV(B)268.83º60.63%49.8%-
XYZ8.95.8420.74-
YUV69.84160.26140.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.95%
GREEN value IS 50 (19.92% from 255) = 18.94%
BLUE value IS 127 (50% from 255) = 48.11%
R=32.95%
G=18.94%
B=48.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal87501270.310.6100.50268.8343.534.71
Hex57327F1F3D03210d2c23
Octal1276217737750624155443
Binary10101111100101111111111111111010110010100001101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57327F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57327F; }

 p { color: rgb(87,50,127); }

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

<style>
 a { background-color: #57327F; }

 a { background-color: rgb(87,50,127); }

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

<style>
 span { border-color: #57327F; }

 span { border-color: rgb(87,50,127); }

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