#57296B

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

Shades of Honey Flower #57296B

Tints of Honey Flower #57296B

Color information

#57296B (or 0x57296B) is unknown color: approx Honey Flower. HEX triplet: 57, 29 and 6B. RGB value is (87,41,107). Sum of RGB (Red+Green+Blue) = 87+41+107=235 (31% of max value = 765). Red value is 87 (34.38% from 255 or 37.02% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 107 (42.19% from 255 or 45.53% from 235); Max value from RGB is 107 - color contains mainly: blue. Hex color #57296B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57296B is #A8D694. Grayscale: #3E3E3E. Windows color (decimal): -11064981 or 7022935. OLE color: 7022935.

HSL color Cylindrical-coordinate representation of color #57296B: hue angle of 281.82º 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 #57296B is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8741107-
CMYK0.190.6200.58
HSL281.82º44.59%29.02%-
HSV(B)281.82º61.68%41.96%-
XYZ7.384.6714.42-
YUV62.28153.24145.63-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.02%
GREEN value IS 41 (16.41% from 255) = 17.45%
BLUE value IS 107 (42.19% from 255) = 45.53%
R=37.02%
G=17.45%
B=45.53%

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
Decimal87411070.190.6200.58281.8244.5929.02
Hex57296B133E03A11a2d1d
Octal1275115323760724325535
Binary1010111101001110101110011111110011101010001101010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57296B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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