Html Css Color HEX #5A286E Honey Flower

📋 copy color: '#5A286E'

red 90 ◦ green 40 ◦ blue 110

#5A286E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honey Flower #5A286E

Tints of Honey Flower #5A286E

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 value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5A286E (or 0x5A286E) is known color: 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

RGB 90 40 110 -
CMYK 0.18 0.64 0 0.57
HSL 282.86º 0.47% 0.29% -
HSV(B) 282.86º 0.64% 0.43% -
XYZ 7.79 4.82 15.27 -
YUV 62.93 154.57 147.31 -
System Red Green Blue C M Y K H S L
Decimal 90 40 110 0.18 0.64 0 0.57 282.86 0.47 0.29
Hex 5A 28 6E 12 40 0 39 11B 2F 1D
Octal 132 50 156 22 100 0 71 433 57 35
Binary 1011010 101000 1101110 10010 1000000 0 111001 100011011 101111 11101

Color Harmonies of #5A286E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A286E

Black with #5A286E

Text Example


Text Example

White with #5A286E

Text Example


Text Example

HTML Codes & Css Web 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>