#5A2A6E

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

Shades of Honey Flower #5A2A6E

Tints of Honey Flower #5A2A6E

Color information

#5A2A6E (or 0x5A2A6E) is unknown color: approx Honey Flower. HEX triplet: 5A, 2A and 6E. RGB value is (90,42,110). Sum of RGB (Red+Green+Blue) = 90+42+110=242 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.19% from 242); Green value is 42 (16.80% from 255 or 17.36% from 242); Blue value is 110 (43.36% from 255 or 45.45% from 242); Max value from RGB is 110 - color contains mainly: blue. Hex color #5A2A6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2A6E is #A5D591. Grayscale: #3F3F3F. Windows color (decimal): -10868114 or 7219802. OLE color: 7219802.

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

Color convert

RGB9042110-
CMYK0.180.6200.57
HSL282.35º44.74%29.8%-
HSV(B)282.35º61.82%43.14%-
XYZ7.864.9615.29-
YUV64.1153.9146.47-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.19%
GREEN value IS 42 (16.80% from 255) = 17.36%
BLUE value IS 110 (43.36% from 255) = 45.45%
R=37.19%
G=17.36%
B=45.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal90421100.180.6200.57282.3544.7429.8
Hex5A2A6E123E03911a2d1e
Octal1325215622760714325536
Binary1011010101010110111010010111110011100110001101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,42,110); }

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

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

 a { background-color: rgb(90,42,110); }

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

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

 span { border-color: rgb(90,42,110); }

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