Html Css Color HEX #5B3372 Honey Flower

📋 copy color: '#5B3372'

red 91 ◦ green 51 ◦ blue 114

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

Shades of Honey Flower #5B3372

Tints of Honey Flower #5B3372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 44.53%

R = 35.55%
G = 19.92%
B = 44.53%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5B3372 (or 0x5B3372) is known color: Honey Flower. HEX triplet: 5B, 33 and 72. RGB value is (91,51,114). Sum of RGB (Red+Green+Blue) = 91+51+114=256 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.55% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 114 - color contains mainly: blue. Hex color #5B3372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3372 is #A4CC8D. Grayscale: #454545. Windows color (decimal): -10800270 or 7484251. OLE color: 7484251.

HSL color Cylindrical-coordinate representation of color #5B3372: hue angle of 278.1º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B3372 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 91 51 114 -
CMYK 0.20 0.55 0 0.55
HSL 278.1º 0.38% 0.32% -
HSV(B) 278.1º 0.55% 0.45% -
XYZ 8.54 5.81 16.59 -
YUV 70.14 152.75 142.88 -
System Red Green Blue C M Y K H S L
Decimal 91 51 114 0.20 0.55 0 0.55 278.1 0.38 0.32
Hex 5B 33 72 14 37 0 37 116 26 20
Octal 133 63 162 24 67 0 67 426 46 40
Binary 1011011 110011 1110010 10100 110111 0 110111 100010110 100110 100000

Color Harmonies of #5B3372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3372

Black with #5B3372

Text Example


Text Example

White with #5B3372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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