Html Css Color HEX #5B3575 Honey Flower

📋 copy color: '#5B3575'

red 91 ◦ green 53 ◦ blue 117

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

Shades of Honey Flower #5B3575

Tints of Honey Flower #5B3575

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.31%

 BLUE value IS 117 (46.09% from 255) = 44.83%

R = 34.87%
G = 20.31%
B = 44.83%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5B3575 (or 0x5B3575) is known color: Honey Flower. HEX triplet: 5B, 35 and 75. RGB value is (91,53,117). Sum of RGB (Red+Green+Blue) = 91+53+117=261 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.87% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 117 - color contains mainly: blue. Hex color #5B3575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3575 is #A4CA8A. Grayscale: #474747. Windows color (decimal): -10799755 or 7681371. OLE color: 7681371.

HSL color Cylindrical-coordinate representation of color #5B3575: hue angle of 275.62º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B3575 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 91 53 117 -
CMYK 0.22 0.55 0 0.54
HSL 275.63º 0.38% 0.33% -
HSV(B) 275.63º 0.55% 0.46% -
XYZ 8.8 6.05 17.53 -
YUV 71.66 153.59 141.8 -
System Red Green Blue C M Y K H S L
Decimal 91 53 117 0.22 0.55 0 0.54 275.63 0.38 0.33
Hex 5B 35 75 16 37 0 36 114 26 21
Octal 133 65 165 26 67 0 66 424 46 41
Binary 1011011 110101 1110101 10110 110111 0 110110 100010100 100110 100001

Color Harmonies of #5B3575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3575

Black with #5B3575

Text Example


Text Example

White with #5B3575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,53,117); }

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

background-color css

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

 a { background-color: rgb(91,53,117); }

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

border-color css

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

 span { border-color: rgb(91,53,117); }

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