Html Css Color HEX #5B446D Honey Flower

📋 copy color: '#5B446D'

red 91 ◦ green 68 ◦ blue 109

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

Shades of Honey Flower #5B446D

Tints of Honey Flower #5B446D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.37%

 BLUE value IS 109 (42.97% from 255) = 40.67%

R = 33.96%
G = 25.37%
B = 40.67%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5B446D (or 0x5B446D) is known color: Honey Flower. HEX triplet: 5B, 44 and 6D. RGB value is (91,68,109). Sum of RGB (Red+Green+Blue) = 91+68+109=268 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.96% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 109 - color contains mainly: blue. Hex color #5B446D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B446D is #A4BB92. Grayscale: #4F4F4F. Windows color (decimal): -10795923 or 7160923. OLE color: 7160923.

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

Color convert

RGB 91 68 109 -
CMYK 0.17 0.38 0 0.57
HSL 273.66º 0.23% 0.35% -
HSV(B) 273.66º 0.38% 0.43% -
XYZ 9.14 7.46 15.43 -
YUV 79.55 144.62 136.17 -
System Red Green Blue C M Y K H S L
Decimal 91 68 109 0.17 0.38 0 0.57 273.66 0.23 0.35
Hex 5B 44 6D 11 26 0 39 112 17 23
Octal 133 104 155 21 46 0 71 422 27 43
Binary 1011011 1000100 1101101 10001 100110 0 111001 100010010 10111 100011

Color Harmonies of #5B446D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B446D

Black with #5B446D

Text Example


Text Example

White with #5B446D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,68,109); }

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

background-color css

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

 a { background-color: rgb(91,68,109); }

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

border-color css

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

 span { border-color: rgb(91,68,109); }

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