Html Css Color HEX #5B3373 Honey Flower

📋 copy color: '#5B3373'

red 91 ◦ green 51 ◦ blue 115

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

Shades of Honey Flower #5B3373

Tints of Honey Flower #5B3373

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.84%

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

R = 35.41%
G = 19.84%
B = 44.75%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5B3373 (or 0x5B3373) is known color: Honey Flower. HEX triplet: 5B, 33 and 73. RGB value is (91,51,115). Sum of RGB (Red+Green+Blue) = 91+51+115=257 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.41% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 115 - color contains mainly: blue. Hex color #5B3373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3373 is #A4CC8C. Grayscale: #464646. Windows color (decimal): -10800269 or 7549787. OLE color: 7549787.

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

Color convert

RGB 91 51 115 -
CMYK 0.21 0.56 0 0.55
HSL 277.5º 0.39% 0.33% -
HSV(B) 277.5º 0.56% 0.45% -
XYZ 8.59 5.83 16.89 -
YUV 70.26 153.25 142.8 -
System Red Green Blue C M Y K H S L
Decimal 91 51 115 0.21 0.56 0 0.55 277.5 0.39 0.33
Hex 5B 33 73 15 38 0 37 116 27 21
Octal 133 63 163 25 70 0 67 426 47 41
Binary 1011011 110011 1110011 10101 111000 0 110111 100010110 100111 100001

Color Harmonies of #5B3373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3373

Black with #5B3373

Text Example


Text Example

White with #5B3373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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