Html Css Color HEX #5B4673 Honey Flower

📋 copy color: '#5B4673'

red 91 ◦ green 70 ◦ blue 115

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

Shades of Honey Flower #5B4673

Tints of Honey Flower #5B4673

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.36%

 BLUE value IS 115 (45.31% from 255) = 41.67%

R = 32.97%
G = 25.36%
B = 41.67%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5B4673 (or 0x5B4673) is known color: Honey Flower. HEX triplet: 5B, 46 and 73. RGB value is (91,70,115). Sum of RGB (Red+Green+Blue) = 91+70+115=276 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.97% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 115 - color contains mainly: blue. Hex color #5B4673 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B4673 is #A4B98C. Grayscale: #515151. Windows color (decimal): -10795405 or 7554651. OLE color: 7554651.

HSL color Cylindrical-coordinate representation of color #5B4673: hue angle of 268º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5B4673 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 91 70 115 -
CMYK 0.21 0.39 0 0.55
HSL 268º 0.24% 0.36% -
HSV(B) 268º 0.39% 0.45% -
XYZ 9.6 7.84 17.23 -
YUV 81.41 146.96 134.84 -
System Red Green Blue C M Y K H S L
Decimal 91 70 115 0.21 0.39 0 0.55 268 0.24 0.36
Hex 5B 46 73 15 27 0 37 10C 18 24
Octal 133 106 163 25 47 0 67 414 30 44
Binary 1011011 1000110 1110011 10101 100111 0 110111 100001100 11000 100100

Color Harmonies of #5B4673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4673

Black with #5B4673

Text Example


Text Example

White with #5B4673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,70,115); }

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

background-color css

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

 a { background-color: rgb(91,70,115); }

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

border-color css

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

 span { border-color: rgb(91,70,115); }

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