Html Css Color HEX #5B4470 Honey Flower

📋 copy color: '#5B4470'

red 91 ◦ green 68 ◦ blue 112

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

Shades of Honey Flower #5B4470

Tints of Honey Flower #5B4470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 41.33%

R = 33.58%
G = 25.09%
B = 41.33%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5B4470 (or 0x5B4470) is known color: Honey Flower. HEX triplet: 5B, 44 and 70. RGB value is (91,68,112). Sum of RGB (Red+Green+Blue) = 91+68+112=271 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.58% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 112 - color contains mainly: blue. Hex color #5B4470 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4470 is #A4BB8F. Grayscale: #4F4F4F. Windows color (decimal): -10795920 or 7357531. OLE color: 7357531.

HSL color Cylindrical-coordinate representation of color #5B4470: hue angle of 271.36º 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 #5B4470 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 91 68 112 -
CMYK 0.19 0.39 0 0.56
HSL 271.36º 0.24% 0.35% -
HSV(B) 271.36º 0.39% 0.44% -
XYZ 9.31 7.53 16.29 -
YUV 79.89 146.12 135.92 -
System Red Green Blue C M Y K H S L
Decimal 91 68 112 0.19 0.39 0 0.56 271.36 0.24 0.35
Hex 5B 44 70 13 27 0 38 10F 18 23
Octal 133 104 160 23 47 0 70 417 30 43
Binary 1011011 1000100 1110000 10011 100111 0 111000 100001111 11000 100011

Color Harmonies of #5B4470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4470

Black with #5B4470

Text Example


Text Example

White with #5B4470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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