#57337D

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

Shades of Kingfisher Daisy #57337D

Tints of Kingfisher Daisy #57337D

Color information

#57337D (or 0x57337D) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 33 and 7D. RGB value is (87,51,125). Sum of RGB (Red+Green+Blue) = 87+51+125=263 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.08% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 125 (49.22% from 255 or 47.53% from 263); Max value from RGB is 125 - color contains mainly: blue. Hex color #57337D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57337D is #A8CC82. Grayscale: #454545. Windows color (decimal): -11062403 or 8205143. OLE color: 8205143.

HSL color Cylindrical-coordinate representation of color #57337D: hue angle of 269.19º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #57337D is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8751125-
CMYK0.300.5900.51
HSL269.19º42.05%34.51%-
HSV(B)269.19º59.2%49.02%-
XYZ8.825.8720.07-
YUV70.2158.93139.98-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.08%
GREEN value IS 51 (20.31% from 255) = 19.39%
BLUE value IS 125 (49.22% from 255) = 47.53%
R=33.08%
G=19.39%
B=47.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal87511250.300.5900.51269.1942.0534.51
Hex57337D1E3B03310d2a23
Octal1276317536730634155243
Binary10101111100111111101111101110110110011100001101101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57337D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57337D; }

 p { color: rgb(87,51,125); }

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

<style>
 a { background-color: #57337D; }

 a { background-color: rgb(87,51,125); }

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

<style>
 span { border-color: #57337D; }

 span { border-color: rgb(87,51,125); }

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