#57397A

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

Shades of Kingfisher Daisy #57397A

Tints of Kingfisher Daisy #57397A

Color information

#57397A (or 0x57397A) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 39 and 7A. RGB value is (87,57,122). Sum of RGB (Red+Green+Blue) = 87+57+122=266 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.71% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 122 (48.05% from 255 or 45.86% from 266); Max value from RGB is 122 - color contains mainly: blue. Hex color #57397A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57397A is #A8C685. Grayscale: #494949. Windows color (decimal): -11060870 or 8010071. OLE color: 8010071.

HSL color Cylindrical-coordinate representation of color #57397A: hue angle of 267.69º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57397A is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8757122-
CMYK0.290.5300.52
HSL267.69º36.31%35.1%-
HSV(B)267.69º53.28%47.84%-
XYZ8.916.3619.17-
YUV73.38155.44137.71-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.71%
GREEN value IS 57 (22.66% from 255) = 21.43%
BLUE value IS 122 (48.05% from 255) = 45.86%
R=32.71%
G=21.43%
B=45.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal87571220.290.5300.52267.6936.3135.1
Hex57397A1D3503410c2423
Octal1277117235650644144443
Binary10101111110011111010111011101010110100100001100100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57397A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57397A; }

 p { color: rgb(87,57,122); }

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

<style>
 a { background-color: #57397A; }

 a { background-color: rgb(87,57,122); }

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

<style>
 span { border-color: #57397A; }

 span { border-color: rgb(87,57,122); }

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