#5A286E

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

Shades of Honey Flower #5A286E

Tints of Honey Flower #5A286E

Color information

#5A286E (or 0x5A286E) is unknown color: approx Honey Flower. HEX triplet: 5A, 28 and 6E. RGB value is (90,40,110). Sum of RGB (Red+Green+Blue) = 90+40+110=240 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.5% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 110 (43.36% from 255 or 45.83% from 240); Max value from RGB is 110 - color contains mainly: blue. Hex color #5A286E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A286E is #A5D791. Grayscale: #3E3E3E. Windows color (decimal): -10868626 or 7219290. OLE color: 7219290.

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

Color convert

RGB9040110-
CMYK0.180.6400.57
HSL282.86º46.67%29.41%-
HSV(B)282.86º63.64%43.14%-
XYZ7.794.8215.27-
YUV62.93154.56147.31-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.5%
GREEN value IS 40 (16.02% from 255) = 16.67%
BLUE value IS 110 (43.36% from 255) = 45.83%
R=37.5%
G=16.67%
B=45.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal90401100.180.6400.57282.8646.6729.41
Hex5A286E124003911b2f1d
Octal13250156221000714335735
Binary10110101010001101110100101000000011100110001101110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A286E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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