#57377A

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

Shades of Kingfisher Daisy #57377A

Tints of Kingfisher Daisy #57377A

Color information

#57377A (or 0x57377A) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 37 and 7A. RGB value is (87,55,122). Sum of RGB (Red+Green+Blue) = 87+55+122=264 (34% of max value = 765). Red value is 87 (34.38% from 255 or 32.95% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 122 (48.05% from 255 or 46.21% from 264); Max value from RGB is 122 - color contains mainly: blue. Hex color #57377A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57377A is #A8C885. Grayscale: #474747. Windows color (decimal): -11061382 or 8009559. OLE color: 8009559.

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

Color convert

RGB8755122-
CMYK0.290.5500.52
HSL268.66º37.85%34.71%-
HSV(B)268.66º54.92%47.84%-
XYZ8.816.1619.14-
YUV72.21156.1138.55-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.95%
GREEN value IS 55 (21.88% from 255) = 20.83%
BLUE value IS 122 (48.05% from 255) = 46.21%
R=32.95%
G=20.83%
B=46.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal87551220.290.5500.52268.6637.8534.71
Hex57377A1D3703410d2623
Octal1276717235670644154643
Binary10101111101111111010111011101110110100100001101100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57377A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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