Html Css Color HEX #5B326D Honey Flower

📋 copy color: '#5B326D'

red 91 ◦ green 50 ◦ blue 109

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

Shades of Honey Flower #5B326D

Tints of Honey Flower #5B326D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 43.6%

R = 36.4%
G = 20%
B = 43.6%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5B326D (or 0x5B326D) is known color: Honey Flower. HEX triplet: 5B, 32 and 6D. RGB value is (91,50,109). Sum of RGB (Red+Green+Blue) = 91+50+109=250 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.4% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 109 - color contains mainly: blue. Hex color #5B326D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B326D is #A4CD92. Grayscale: #444444. Windows color (decimal): -10800531 or 7156315. OLE color: 7156315.

HSL color Cylindrical-coordinate representation of color #5B326D: hue angle of 281.69º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5B326D is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 91 50 109 -
CMYK 0.17 0.54 0 0.57
HSL 281.69º 0.37% 0.31% -
HSV(B) 281.69º 0.54% 0.43% -
XYZ 8.22 5.61 15.12 -
YUV 68.99 150.58 143.7 -
System Red Green Blue C M Y K H S L
Decimal 91 50 109 0.17 0.54 0 0.57 281.69 0.37 0.31
Hex 5B 32 6D 11 36 0 39 11A 25 1F
Octal 133 62 155 21 66 0 71 432 45 37
Binary 1011011 110010 1101101 10001 110110 0 111001 100011010 100101 11111

Color Harmonies of #5B326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B326D

Black with #5B326D

Text Example


Text Example

White with #5B326D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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