#57296C

Color #57296C Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #57296C

Tints of Honey Flower #57296C

Color information

#57296C (or 0x57296C) is unknown color: approx Honey Flower. HEX triplet: 57, 29 and 6C. RGB value is (87,41,108). Sum of RGB (Red+Green+Blue) = 87+41+108=236 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.86% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 108 - color contains mainly: blue. Hex color #57296C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57296C is #A8D693. Grayscale: #3E3E3E. Windows color (decimal): -11064980 or 7088471. OLE color: 7088471.

HSL color Cylindrical-coordinate representation of color #57296C: hue angle of 281.19º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57296C is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8741108-
CMYK0.190.6200.58
HSL281.19º44.97%29.22%-
HSV(B)281.19º62.04%42.35%-
XYZ7.434.6914.7-
YUV62.39153.74145.55-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.86%
GREEN value IS 41 (16.41% from 255) = 17.37%
BLUE value IS 108 (42.58% from 255) = 45.76%
R=36.86%
G=17.37%
B=45.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal87411080.190.6200.58281.1944.9729.22
Hex57296C133E03A1192d1d
Octal1275115423760724315535
Binary1010111101001110110010011111110011101010001100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57296C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,41,108); }

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

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

 a { background-color: rgb(87,41,108); }

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

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

 span { border-color: rgb(87,41,108); }

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