Html Css Color HEX #5B4071 Honey Flower

📋 copy color: '#5B4071'

red 91 ◦ green 64 ◦ blue 113

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

Shades of Honey Flower #5B4071

Tints of Honey Flower #5B4071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.88%

 BLUE value IS 113 (44.53% from 255) = 42.16%

R = 33.96%
G = 23.88%
B = 42.16%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5B4071 (or 0x5B4071) is known color: Honey Flower. HEX triplet: 5B, 40 and 71. RGB value is (91,64,113). Sum of RGB (Red+Green+Blue) = 91+64+113=268 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.96% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 113 - color contains mainly: blue. Hex color #5B4071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4071 is #A4BF8E. Grayscale: #4D4D4D. Windows color (decimal): -10796943 or 7422043. OLE color: 7422043.

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

Color convert

RGB 91 64 113 -
CMYK 0.19 0.43 0 0.56
HSL 273.06º 0.28% 0.35% -
HSV(B) 273.06º 0.43% 0.44% -
XYZ 9.13 7.08 16.51 -
YUV 77.66 147.95 137.52 -
System Red Green Blue C M Y K H S L
Decimal 91 64 113 0.19 0.43 0 0.56 273.06 0.28 0.35
Hex 5B 40 71 13 2B 0 38 111 1C 23
Octal 133 100 161 23 53 0 70 421 34 43
Binary 1011011 1000000 1110001 10011 101011 0 111000 100010001 11100 100011

Color Harmonies of #5B4071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4071

Black with #5B4071

Text Example


Text Example

White with #5B4071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,64,113); }

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

background-color css

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

 a { background-color: rgb(91,64,113); }

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

border-color css

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

 span { border-color: rgb(91,64,113); }

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