#5A296C

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

Shades of Honey Flower #5A296C

Tints of Honey Flower #5A296C

Color information

#5A296C (or 0x5A296C) is unknown color: approx Honey Flower. HEX triplet: 5A, 29 and 6C. RGB value is (90,41,108). Sum of RGB (Red+Green+Blue) = 90+41+108=239 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.66% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 108 (42.58% from 255 or 45.19% from 239); Max value from RGB is 108 - color contains mainly: blue. Hex color #5A296C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A296C is #A5D693. Grayscale: #3F3F3F. Windows color (decimal): -10868372 or 7088474. OLE color: 7088474.

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

Color convert

RGB9041108-
CMYK0.170.6200.58
HSL283.88º44.97%29.22%-
HSV(B)283.88º62.04%42.35%-
XYZ7.724.8414.72-
YUV63.29153.23147.05-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.66%
GREEN value IS 41 (16.41% from 255) = 17.15%
BLUE value IS 108 (42.58% from 255) = 45.19%
R=37.66%
G=17.15%
B=45.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal90411080.170.6200.58283.8844.9729.22
Hex5A296C113E03A11c2d1d
Octal1325115421760724345535
Binary1011010101001110110010001111110011101010001110010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A296C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A296C; }

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

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

<style>
 a { background-color: #5A296C; }

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

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

<style>
 span { border-color: #5A296C; }

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

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