Html Css Color HEX #5B3371 Honey Flower

📋 copy color: '#5B3371'

red 91 ◦ green 51 ◦ blue 113

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

Shades of Honey Flower #5B3371

Tints of Honey Flower #5B3371

RGB

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

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

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

R = 35.69%
G = 20%
B = 44.31%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5B3371 (or 0x5B3371) is known color: Honey Flower. HEX triplet: 5B, 33 and 71. RGB value is (91,51,113). Sum of RGB (Red+Green+Blue) = 91+51+113=255 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.69% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 113 - color contains mainly: blue. Hex color #5B3371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3371 is #A4CC8E. Grayscale: #454545. Windows color (decimal): -10800271 or 7418715. OLE color: 7418715.

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

Color convert

RGB 91 51 113 -
CMYK 0.19 0.55 0 0.56
HSL 278.71º 0.38% 0.32% -
HSV(B) 278.71º 0.55% 0.44% -
XYZ 8.48 5.78 16.29 -
YUV 70.03 152.25 142.96 -
System Red Green Blue C M Y K H S L
Decimal 91 51 113 0.19 0.55 0 0.56 278.71 0.38 0.32
Hex 5B 33 71 13 37 0 38 117 26 20
Octal 133 63 161 23 67 0 70 427 46 40
Binary 1011011 110011 1110001 10011 110111 0 111000 100010111 100110 100000

Color Harmonies of #5B3371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3371

Black with #5B3371

Text Example


Text Example

White with #5B3371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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