Html Css Color HEX #5B4662 Honey Flower

📋 copy color: '#5B4662'

red 91 ◦ green 70 ◦ blue 98

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

Shades of Honey Flower #5B4662

Tints of Honey Flower #5B4662

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.03%

 BLUE value IS 98 (38.67% from 255) = 37.84%

R = 35.14%
G = 27.03%
B = 37.84%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5B4662 (or 0x5B4662) is known color: Honey Flower. HEX triplet: 5B, 46 and 62. RGB value is (91,70,98). Sum of RGB (Red+Green+Blue) = 91+70+98=259 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.14% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 98 - color contains mainly: blue. Hex color #5B4662 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4662 is #A4B99D. Grayscale: #4F4F4F. Windows color (decimal): -10795422 or 6440539. OLE color: 6440539.

HSL color Cylindrical-coordinate representation of color #5B4662: hue angle of 285º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5B4662 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 91 70 98 -
CMYK 0.07 0.29 0 0.62
HSL 285º 0.17% 0.33% -
HSV(B) 285º 0.29% 0.38% -
XYZ 8.71 7.49 12.54 -
YUV 79.47 138.46 136.22 -
System Red Green Blue C M Y K H S L
Decimal 91 70 98 0.07 0.29 0 0.62 285 0.17 0.33
Hex 5B 46 62 7 1D 0 3E 11D 11 21
Octal 133 106 142 7 35 0 76 435 21 41
Binary 1011011 1000110 1100010 111 11101 0 111110 100011101 10001 100001

Color Harmonies of #5B4662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4662

Black with #5B4662

Text Example


Text Example

White with #5B4662

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,70,98); }

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

background-color css

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

 a { background-color: rgb(91,70,98); }

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

border-color css

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

 span { border-color: rgb(91,70,98); }

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