Html Css Color HEX #5B376D Honey Flower

📋 copy color: '#5B376D'

red 91 ◦ green 55 ◦ blue 109

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

Shades of Honey Flower #5B376D

Tints of Honey Flower #5B376D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.57%

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

R = 35.69%
G = 21.57%
B = 42.75%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5B376D (or 0x5B376D) is known color: Honey Flower. HEX triplet: 5B, 37 and 6D. RGB value is (91,55,109). Sum of RGB (Red+Green+Blue) = 91+55+109=255 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.69% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 109 - color contains mainly: blue. Hex color #5B376D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B376D is #A4C892. Grayscale: #474747. Windows color (decimal): -10799251 or 7157595. OLE color: 7157595.

HSL color Cylindrical-coordinate representation of color #5B376D: hue angle of 280º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5B376D is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 91 55 109 -
CMYK 0.17 0.50 0 0.57
HSL 280º 0.33% 0.32% -
HSV(B) 280º 0.5% 0.43% -
XYZ 8.44 6.06 15.19 -
YUV 71.92 148.93 141.61 -
System Red Green Blue C M Y K H S L
Decimal 91 55 109 0.17 0.50 0 0.57 280 0.33 0.32
Hex 5B 37 6D 11 32 0 39 118 21 20
Octal 133 67 155 21 62 0 71 430 41 40
Binary 1011011 110111 1101101 10001 110010 0 111001 100011000 100001 100000

Color Harmonies of #5B376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B376D

Black with #5B376D

Text Example


Text Example

White with #5B376D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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