#5A286C

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

Shades of Honey Flower #5A286C

Tints of Honey Flower #5A286C

Color information

#5A286C (or 0x5A286C) is unknown color: approx Honey Flower. HEX triplet: 5A, 28 and 6C. RGB value is (90,40,108). Sum of RGB (Red+Green+Blue) = 90+40+108=238 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.82% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 108 (42.58% from 255 or 45.38% from 238); Max value from RGB is 108 - color contains mainly: blue. Hex color #5A286C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A286C is #A5D793. Grayscale: #3E3E3E. Windows color (decimal): -10868628 or 7088218. OLE color: 7088218.

HSL color Cylindrical-coordinate representation of color #5A286C: hue angle of 284.12º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A286C is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9040108-
CMYK0.170.6300.58
HSL284.12º45.95%29.02%-
HSV(B)284.12º62.96%42.35%-
XYZ7.684.7714.7-
YUV62.7153.56147.47-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.82%
GREEN value IS 40 (16.02% from 255) = 16.81%
BLUE value IS 108 (42.58% from 255) = 45.38%
R=37.82%
G=16.81%
B=45.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal90401080.170.6300.58284.1245.9529.02
Hex5A286C113F03A11c2e1d
Octal1325015421770724345635
Binary1011010101000110110010001111111011101010001110010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A286C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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