Html Css Color HEX #5B3566 Honey Flower

📋 copy color: '#5B3566'

red 91 ◦ green 53 ◦ blue 102

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

Shades of Honey Flower #5B3566

Tints of Honey Flower #5B3566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 41.46%

R = 36.99%
G = 21.54%
B = 41.46%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#5B3566 (or 0x5B3566) is known color: Honey Flower. HEX triplet: 5B, 35 and 66. RGB value is (91,53,102). Sum of RGB (Red+Green+Blue) = 91+53+102=246 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.99% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 102 (40.23% from 255 or 41.46% from 246); Max value from RGB is 102 - color contains mainly: blue. Hex color #5B3566 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3566 is #A4CA99. Grayscale: #454545. Windows color (decimal): -10799770 or 6698331. OLE color: 6698331.

HSL color Cylindrical-coordinate representation of color #5B3566: hue angle of 286.53º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B3566 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 91 53 102 -
CMYK 0.11 0.48 0 0.6
HSL 286.53º 0.32% 0.3% -
HSV(B) 286.53º 0.48% 0.4% -
XYZ 7.99 5.73 13.26 -
YUV 69.95 146.09 143.02 -
System Red Green Blue C M Y K H S L
Decimal 91 53 102 0.11 0.48 0 0.6 286.53 0.32 0.3
Hex 5B 35 66 B 30 0 3C 11F 20 1E
Octal 133 65 146 13 60 0 74 437 40 36
Binary 1011011 110101 1100110 1011 110000 0 111100 100011111 100000 11110

Color Harmonies of #5B3566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3566

Black with #5B3566

Text Example


Text Example

White with #5B3566

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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