Html Css Color HEX #5B3271 Honey Flower

📋 copy color: '#5B3271'

red 91 ◦ green 50 ◦ blue 113

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

Shades of Honey Flower #5B3271

Tints of Honey Flower #5B3271

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.69%

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

R = 35.83%
G = 19.69%
B = 44.49%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5B3271 (or 0x5B3271) is known color: Honey Flower. HEX triplet: 5B, 32 and 71. RGB value is (91,50,113). Sum of RGB (Red+Green+Blue) = 91+50+113=254 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.83% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 113 - color contains mainly: blue. Hex color #5B3271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3271 is #A4CD8E. Grayscale: #454545. Windows color (decimal): -10800527 or 7418459. OLE color: 7418459.

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

Color convert

RGB 91 50 113 -
CMYK 0.19 0.56 0 0.56
HSL 279.05º 0.39% 0.32% -
HSV(B) 279.05º 0.56% 0.44% -
XYZ 8.44 5.7 16.28 -
YUV 69.44 152.58 143.38 -
System Red Green Blue C M Y K H S L
Decimal 91 50 113 0.19 0.56 0 0.56 279.05 0.39 0.32
Hex 5B 32 71 13 38 0 38 117 27 20
Octal 133 62 161 23 70 0 70 427 47 40
Binary 1011011 110010 1110001 10011 111000 0 111000 100010111 100111 100000

Color Harmonies of #5B3271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3271

Black with #5B3271

Text Example


Text Example

White with #5B3271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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