#57347C

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

Shades of Kingfisher Daisy #57347C

Tints of Kingfisher Daisy #57347C

Color information

#57347C (or 0x57347C) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 34 and 7C. RGB value is (87,52,124). Sum of RGB (Red+Green+Blue) = 87+52+124=263 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.08% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 124 (48.83% from 255 or 47.15% from 263); Max value from RGB is 124 - color contains mainly: blue. Hex color #57347C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57347C is #A8CB83. Grayscale: #464646. Windows color (decimal): -11062148 or 8139863. OLE color: 8139863.

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

Color convert

RGB8752124-
CMYK0.300.5800.51
HSL269.17º40.91%34.51%-
HSV(B)269.17º58.06%48.63%-
XYZ8.85.9419.75-
YUV70.67158.1139.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.08%
GREEN value IS 52 (20.70% from 255) = 19.77%
BLUE value IS 124 (48.83% from 255) = 47.15%
R=33.08%
G=19.77%
B=47.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal87521240.300.5800.51269.1740.9134.51
Hex57347C1E3A03310d2923
Octal1276417436720634155143
Binary10101111101001111100111101110100110011100001101101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57347C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57347C; }

 p { color: rgb(87,52,124); }

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

<style>
 a { background-color: #57347C; }

 a { background-color: rgb(87,52,124); }

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

<style>
 span { border-color: #57347C; }

 span { border-color: rgb(87,52,124); }

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