Html Css Color HEX #5B326E Honey Flower

📋 copy color: '#5B326E'

red 91 ◦ green 50 ◦ blue 110

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

Shades of Honey Flower #5B326E

Tints of Honey Flower #5B326E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 43.82%

R = 36.25%
G = 19.92%
B = 43.82%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5B326E (or 0x5B326E) is known color: Honey Flower. HEX triplet: 5B, 32 and 6E. RGB value is (91,50,110). Sum of RGB (Red+Green+Blue) = 91+50+110=251 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.25% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 110 (43.36% from 255 or 43.82% from 251); Max value from RGB is 110 - color contains mainly: blue. Hex color #5B326E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B326E is #A4CD91. Grayscale: #444444. Windows color (decimal): -10800530 or 7221851. OLE color: 7221851.

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

Color convert

RGB 91 50 110 -
CMYK 0.17 0.55 0 0.57
HSL 281º 0.38% 0.31% -
HSV(B) 281º 0.55% 0.43% -
XYZ 8.27 5.63 15.4 -
YUV 69.1 151.08 143.62 -
System Red Green Blue C M Y K H S L
Decimal 91 50 110 0.17 0.55 0 0.57 281 0.38 0.31
Hex 5B 32 6E 11 37 0 39 119 26 1F
Octal 133 62 156 21 67 0 71 431 46 37
Binary 1011011 110010 1101110 10001 110111 0 111001 100011001 100110 11111

Color Harmonies of #5B326E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B326E

Black with #5B326E

Text Example


Text Example

White with #5B326E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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