Html Css Color HEX #5B446F Honey Flower

📋 copy color: '#5B446F'

red 91 ◦ green 68 ◦ blue 111

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

Shades of Honey Flower #5B446F

Tints of Honey Flower #5B446F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 41.11%

R = 33.7%
G = 25.19%
B = 41.11%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5B446F (or 0x5B446F) is known color: Honey Flower. HEX triplet: 5B, 44 and 6F. RGB value is (91,68,111). Sum of RGB (Red+Green+Blue) = 91+68+111=270 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.70% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 111 (43.75% from 255 or 41.11% from 270); Max value from RGB is 111 - color contains mainly: blue. Hex color #5B446F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B446F is #A4BB90. Grayscale: #4F4F4F. Windows color (decimal): -10795921 or 7291995. OLE color: 7291995.

HSL color Cylindrical-coordinate representation of color #5B446F: hue angle of 272.09º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5B446F is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 91 68 111 -
CMYK 0.18 0.39 0 0.56
HSL 272.09º 0.24% 0.35% -
HSV(B) 272.09º 0.39% 0.44% -
XYZ 9.25 7.51 16 -
YUV 79.78 145.62 136 -
System Red Green Blue C M Y K H S L
Decimal 91 68 111 0.18 0.39 0 0.56 272.09 0.24 0.35
Hex 5B 44 6F 12 27 0 38 110 18 23
Octal 133 104 157 22 47 0 70 420 30 43
Binary 1011011 1000100 1101111 10010 100111 0 111000 100010000 11000 100011

Color Harmonies of #5B446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B446F

Black with #5B446F

Text Example


Text Example

White with #5B446F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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