Html Css Color HEX #5B2E6C Honey Flower

📋 copy color: '#5B2E6C'

red 91 ◦ green 46 ◦ blue 108

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

Shades of Honey Flower #5B2E6C

Tints of Honey Flower #5B2E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.08%

R = 37.14%
G = 18.78%
B = 44.08%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#5B2E6C (or 0x5B2E6C) is known color: Honey Flower. HEX triplet: 5B, 2E and 6C. RGB value is (91,46,108). Sum of RGB (Red+Green+Blue) = 91+46+108=245 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.14% from 245); Green value is 46 (18.36% from 255 or 18.78% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 108 - color contains mainly: blue. Hex color #5B2E6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2E6C is #A4D193. Grayscale: #424242. Windows color (decimal): -10801556 or 7089755. OLE color: 7089755.

HSL color Cylindrical-coordinate representation of color #5B2E6C: hue angle of 283.55º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5B2E6C is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 91 46 108 -
CMYK 0.16 0.57 0 0.58
HSL 283.55º 0.4% 0.3% -
HSV(B) 283.55º 0.57% 0.42% -
XYZ 8 5.26 14.78 -
YUV 66.52 151.41 145.46 -
System Red Green Blue C M Y K H S L
Decimal 91 46 108 0.16 0.57 0 0.58 283.55 0.4 0.3
Hex 5B 2E 6C 10 39 0 3A 11C 28 1E
Octal 133 56 154 20 71 0 72 434 50 36
Binary 1011011 101110 1101100 10000 111001 0 111010 100011100 101000 11110

Color Harmonies of #5B2E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2E6C

Black with #5B2E6C

Text Example


Text Example

White with #5B2E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,46,108); }

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

background-color css

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

 a { background-color: rgb(91,46,108); }

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

border-color css

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

 span { border-color: rgb(91,46,108); }

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