Html Css Color HEX #5A2E6E Honey Flower

📋 copy color: '#5A2E6E'

red 90 ◦ green 46 ◦ blue 110

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

Shades of Honey Flower #5A2E6E

Tints of Honey Flower #5A2E6E

RGB

 RED value IS 90 (35.55% from 255) = 36.59%

 GREEN value IS 46 (18.36% from 255) = 18.7%

 BLUE value IS 110 (43.36% from 255) = 44.72%

R = 36.59%
G = 18.7%
B = 44.72%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5A2E6E (or 0x5A2E6E) is known color: Honey Flower. HEX triplet: 5A, 2E and 6E. RGB value is (90,46,110). Sum of RGB (Red+Green+Blue) = 90+46+110=246 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.59% from 246); Green value is 46 (18.36% from 255 or 18.70% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 110 - color contains mainly: blue. Hex color #5A2E6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2E6E is #A5D191. Grayscale: #424242. Windows color (decimal): -10867090 or 7220826. OLE color: 7220826.

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

Color convert

RGB 90 46 110 -
CMYK 0.18 0.58 0 0.57
HSL 281.25º 0.41% 0.31% -
HSV(B) 281.25º 0.58% 0.43% -
XYZ 8.01 5.25 15.34 -
YUV 66.45 152.58 144.8 -
System Red Green Blue C M Y K H S L
Decimal 90 46 110 0.18 0.58 0 0.57 281.25 0.41 0.31
Hex 5A 2E 6E 12 3A 0 39 119 29 1F
Octal 132 56 156 22 72 0 71 431 51 37
Binary 1011010 101110 1101110 10010 111010 0 111001 100011001 101001 11111

Color Harmonies of #5A2E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2E6E

Black with #5A2E6E

Text Example


Text Example

White with #5A2E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A2E6E;
 }
 .AnyTagClassName
 {
   color: #5A2E6E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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