Html Css Color HEX #5B4261 Honey Flower

📋 copy color: '#5B4261'

red 91 ◦ green 66 ◦ blue 97

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

Shades of Honey Flower #5B4261

Tints of Honey Flower #5B4261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.98%

 BLUE value IS 97 (38.28% from 255) = 38.19%

R = 35.83%
G = 25.98%
B = 38.19%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5B4261 (or 0x5B4261) is known color: Honey Flower. HEX triplet: 5B, 42 and 61. RGB value is (91,66,97). Sum of RGB (Red+Green+Blue) = 91+66+97=254 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.83% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 97 (38.28% from 255 or 38.19% from 254); Max value from RGB is 97 - color contains mainly: blue. Hex color #5B4261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4261 is #A4BD9E. Grayscale: #4C4C4C. Windows color (decimal): -10796447 or 6373979. OLE color: 6373979.

HSL color Cylindrical-coordinate representation of color #5B4261: hue angle of 288.39º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5B4261 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 91 66 97 -
CMYK 0.06 0.32 0 0.62
HSL 288.39º 0.19% 0.32% -
HSV(B) 288.39º 0.32% 0.38% -
XYZ 8.42 6.98 12.21 -
YUV 77.01 139.28 137.98 -
System Red Green Blue C M Y K H S L
Decimal 91 66 97 0.06 0.32 0 0.62 288.39 0.19 0.32
Hex 5B 42 61 6 20 0 3E 120 13 20
Octal 133 102 141 6 40 0 76 440 23 40
Binary 1011011 1000010 1100001 110 100000 0 111110 100100000 10011 100000

Color Harmonies of #5B4261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4261

Black with #5B4261

Text Example


Text Example

White with #5B4261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,66,97); }

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

background-color css

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

 a { background-color: rgb(91,66,97); }

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

border-color css

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

 span { border-color: rgb(91,66,97); }

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