#57296D

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

Shades of Honey Flower #57296D

Tints of Honey Flower #57296D

Color information

#57296D (or 0x57296D) is unknown color: approx Honey Flower. HEX triplet: 57, 29 and 6D. RGB value is (87,41,109). Sum of RGB (Red+Green+Blue) = 87+41+109=237 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.71% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 109 - color contains mainly: blue. Hex color #57296D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57296D is #A8D692. Grayscale: #3E3E3E. Windows color (decimal): -11064979 or 7154007. OLE color: 7154007.

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

Color convert

RGB8741109-
CMYK0.200.6200.57
HSL280.59º45.33%29.41%-
HSV(B)280.59º62.39%42.75%-
XYZ7.484.7214.98-
YUV62.51154.24145.47-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.71%
GREEN value IS 41 (16.41% from 255) = 17.30%
BLUE value IS 109 (42.97% from 255) = 45.99%
R=36.71%
G=17.30%
B=45.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal87411090.200.6200.57280.5945.3329.41
Hex57296D143E0391192d1d
Octal1275115524760714315535
Binary1010111101001110110110100111110011100110001100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57296D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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