#57347F

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

Shades of Kingfisher Daisy #57347F

Tints of Kingfisher Daisy #57347F

Color information

#57347F (or 0x57347F) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 34 and 7F. RGB value is (87,52,127). Sum of RGB (Red+Green+Blue) = 87+52+127=266 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.71% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 127 (50% from 255 or 47.74% from 266); Max value from RGB is 127 - color contains mainly: blue. Hex color #57347F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57347F is #A8CB80. Grayscale: #464646. Windows color (decimal): -11062145 or 8336471. OLE color: 8336471.

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

Color convert

RGB8752127-
CMYK0.310.5900.50
HSL268º41.9%35.1%-
HSV(B)268º59.06%49.8%-
XYZ8.996.0120.77-
YUV71.01159.6139.4-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.71%
GREEN value IS 52 (20.70% from 255) = 19.55%
BLUE value IS 127 (50% from 255) = 47.74%
R=32.71%
G=19.55%
B=47.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal87521270.310.5900.5026841.935.1
Hex57347F1F3B03210c2a23
Octal1276417737730624145243
Binary10101111101001111111111111110110110010100001100101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57347F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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