#57317F

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

Shades of Kingfisher Daisy #57317F

Tints of Kingfisher Daisy #57317F

Color information

#57317F (or 0x57317F) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 31 and 7F. RGB value is (87,49,127). Sum of RGB (Red+Green+Blue) = 87+49+127=263 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.08% from 263); Green value is 49 (19.53% from 255 or 18.63% from 263); Blue value is 127 (50% from 255 or 48.29% from 263); Max value from RGB is 127 - color contains mainly: blue. Hex color #57317F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57317F is #A8CE80. Grayscale: #444444. Windows color (decimal): -11062913 or 8335703. OLE color: 8335703.

HSL color Cylindrical-coordinate representation of color #57317F: hue angle of 269.23º 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 #57317F is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8749127-
CMYK0.310.6100.50
HSL269.23º44.32%34.51%-
HSV(B)269.23º61.42%49.8%-
XYZ8.865.7620.72-
YUV69.25160.59140.66-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.08%
GREEN value IS 49 (19.53% from 255) = 18.63%
BLUE value IS 127 (50% from 255) = 48.29%
R=33.08%
G=18.63%
B=48.29%

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
Decimal87491270.310.6100.50269.2344.3234.51
Hex57317F1F3D03210d2c23
Octal1276117737750624155443
Binary10101111100011111111111111111010110010100001101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57317F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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