Html Css Color HEX #5B326A Honey Flower

📋 copy color: '#5B326A'

red 91 ◦ green 50 ◦ blue 106

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

Shades of Honey Flower #5B326A

Tints of Honey Flower #5B326A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 42.91%

R = 36.84%
G = 20.24%
B = 42.91%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#5B326A (or 0x5B326A) is known color: Honey Flower. HEX triplet: 5B, 32 and 6A. RGB value is (91,50,106). Sum of RGB (Red+Green+Blue) = 91+50+106=247 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.84% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 106 (41.80% from 255 or 42.91% from 247); Max value from RGB is 106 - color contains mainly: blue. Hex color #5B326A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B326A is #A4CD95. Grayscale: #444444. Windows color (decimal): -10800534 or 6959707. OLE color: 6959707.

HSL color Cylindrical-coordinate representation of color #5B326A: hue angle of 283.93º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5B326A is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 91 50 106 -
CMYK 0.14 0.53 0 0.58
HSL 283.93º 0.36% 0.31% -
HSV(B) 283.93º 0.53% 0.42% -
XYZ 8.06 5.55 14.28 -
YUV 68.64 149.08 143.95 -
System Red Green Blue C M Y K H S L
Decimal 91 50 106 0.14 0.53 0 0.58 283.93 0.36 0.31
Hex 5B 32 6A E 35 0 3A 11C 24 1F
Octal 133 62 152 16 65 0 72 434 44 37
Binary 1011011 110010 1101010 1110 110101 0 111010 100011100 100100 11111

Color Harmonies of #5B326A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B326A

Black with #5B326A

Text Example


Text Example

White with #5B326A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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