#57387F

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

Shades of Kingfisher Daisy #57387F

Tints of Kingfisher Daisy #57387F

Color information

#57387F (or 0x57387F) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 38 and 7F. RGB value is (87,56,127). Sum of RGB (Red+Green+Blue) = 87+56+127=270 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.22% from 270); Green value is 56 (22.27% from 255 or 20.74% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 127 - color contains mainly: blue. Hex color #57387F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57387F is #A8C780. Grayscale: #494949. Windows color (decimal): -11061121 or 8337495. OLE color: 8337495.

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

Color convert

RGB8756127-
CMYK0.310.5600.50
HSL266.2º38.8%35.88%-
HSV(B)266.2º55.91%49.8%-
XYZ9.186.3920.83-
YUV73.36158.27137.73-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.22%
GREEN value IS 56 (22.27% from 255) = 20.74%
BLUE value IS 127 (50% from 255) = 47.04%
R=32.22%
G=20.74%
B=47.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal87561270.310.5600.50266.238.835.88
Hex57387F1F3803210a2724
Octal1277017737700624124744
Binary10101111110001111111111111110000110010100001010100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57387F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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