#5A246D

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

Shades of Honey Flower #5A246D

Tints of Honey Flower #5A246D

Color information

#5A246D (or 0x5A246D) is unknown color: approx Honey Flower. HEX triplet: 5A, 24 and 6D. RGB value is (90,36,109). Sum of RGB (Red+Green+Blue) = 90+36+109=235 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.30% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 109 (42.97% from 255 or 46.38% from 235); Max value from RGB is 109 - color contains mainly: blue. Hex color #5A246D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A246D is #A5DB92. Grayscale: #3C3C3C. Windows color (decimal): -10869651 or 7152730. OLE color: 7152730.

HSL color Cylindrical-coordinate representation of color #5A246D: hue angle of 284.38º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5A246D is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9036109-
CMYK0.170.6700.57
HSL284.38º50.34%28.43%-
HSV(B)284.38º66.97%42.75%-
XYZ7.614.5414.94-
YUV60.47155.39149.06-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.30%
GREEN value IS 36 (14.45% from 255) = 15.32%
BLUE value IS 109 (42.97% from 255) = 46.38%
R=38.30%
G=15.32%
B=46.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal90361090.170.6700.57284.3850.3428.43
Hex5A246D114303911c321c
Octal13244155211030714346234
Binary10110101001001101101100011000011011100110001110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A246D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,36,109); }

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

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

 a { background-color: rgb(90,36,109); }

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

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

 span { border-color: rgb(90,36,109); }

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