Html Css Color HEX #5B4166 Honey Flower

📋 copy color: '#5B4166'

red 91 ◦ green 65 ◦ blue 102

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

Shades of Honey Flower #5B4166

Tints of Honey Flower #5B4166

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.19%

 BLUE value IS 102 (40.23% from 255) = 39.53%

R = 35.27%
G = 25.19%
B = 39.53%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#5B4166 (or 0x5B4166) is known color: Honey Flower. HEX triplet: 5B, 41 and 66. RGB value is (91,65,102). Sum of RGB (Red+Green+Blue) = 91+65+102=258 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.27% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 102 (40.23% from 255 or 39.53% from 258); Max value from RGB is 102 - color contains mainly: blue. Hex color #5B4166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4166 is #A4BE99. Grayscale: #4C4C4C. Windows color (decimal): -10796698 or 6701403. OLE color: 6701403.

HSL color Cylindrical-coordinate representation of color #5B4166: hue angle of 282.16º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5B4166 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 91 65 102 -
CMYK 0.11 0.36 0 0.6
HSL 282.16º 0.22% 0.33% -
HSV(B) 282.16º 0.36% 0.4% -
XYZ 8.6 6.96 13.46 -
YUV 76.99 142.11 137.99 -
System Red Green Blue C M Y K H S L
Decimal 91 65 102 0.11 0.36 0 0.6 282.16 0.22 0.33
Hex 5B 41 66 B 24 0 3C 11A 16 21
Octal 133 101 146 13 44 0 74 432 26 41
Binary 1011011 1000001 1100110 1011 100100 0 111100 100011010 10110 100001

Color Harmonies of #5B4166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4166

Black with #5B4166

Text Example


Text Example

White with #5B4166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,65,102); }

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

background-color css

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

 a { background-color: rgb(91,65,102); }

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

border-color css

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

 span { border-color: rgb(91,65,102); }

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