Html Css Color HEX #5B2A6E Honey Flower

📋 copy color: '#5B2A6E'

red 91 ◦ green 42 ◦ blue 110

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

Shades of Honey Flower #5B2A6E

Tints of Honey Flower #5B2A6E

RGB

 RED value IS 91 (35.94% from 255) = 37.45%

 GREEN value IS 42 (16.8% from 255) = 17.28%

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

R = 37.45%
G = 17.28%
B = 45.27%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5B2A6E (or 0x5B2A6E) is known color: Honey Flower. HEX triplet: 5B, 2A and 6E. RGB value is (91,42,110). Sum of RGB (Red+Green+Blue) = 91+42+110=243 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.45% from 243); Green value is 42 (16.80% from 255 or 17.28% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 110 - color contains mainly: blue. Hex color #5B2A6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2A6E is #A4D591. Grayscale: #404040. Windows color (decimal): -10802578 or 7219803. OLE color: 7219803.

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

Color convert

RGB 91 42 110 -
CMYK 0.17 0.62 0 0.57
HSL 283.24º 0.45% 0.3% -
HSV(B) 283.24º 0.62% 0.43% -
XYZ 7.96 5.01 15.3 -
YUV 64.4 153.73 146.97 -
System Red Green Blue C M Y K H S L
Decimal 91 42 110 0.17 0.62 0 0.57 283.24 0.45 0.3
Hex 5B 2A 6E 11 3E 0 39 11B 2D 1E
Octal 133 52 156 21 76 0 71 433 55 36
Binary 1011011 101010 1101110 10001 111110 0 111001 100011011 101101 11110

Color Harmonies of #5B2A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2A6E

Black with #5B2A6E

Text Example


Text Example

White with #5B2A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,42,110); }

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

background-color css

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

 a { background-color: rgb(91,42,110); }

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

border-color css

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

 span { border-color: rgb(91,42,110); }

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