#5A2976

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

Shades of Honey Flower #5A2976

Tints of Honey Flower #5A2976

Color information

#5A2976 (or 0x5A2976) is unknown color: approx Honey Flower. HEX triplet: 5A, 29 and 76. RGB value is (90,41,118). Sum of RGB (Red+Green+Blue) = 90+41+118=249 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.14% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 118 - color contains mainly: blue. Hex color #5A2976 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2976 is #A5D689. Grayscale: #404040. Windows color (decimal): -10868362 or 7743834. OLE color: 7743834.

HSL color Cylindrical-coordinate representation of color #5A2976: hue angle of 278.18º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A2976 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9041118-
CMYK0.240.6500.54
HSL278.18º48.43%31.18%-
HSV(B)278.18º65.25%46.27%-
XYZ8.285.0717.68-
YUV64.43158.23146.24-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.14%
GREEN value IS 41 (16.41% from 255) = 16.47%
BLUE value IS 118 (46.48% from 255) = 47.39%
R=36.14%
G=16.47%
B=47.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal90411180.240.6500.54278.1848.4331.18
Hex5A29761841036116301f
Octal13251166301010664266037
Binary10110101010011110110110001000001011011010001011011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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