Html Css Color HEX #5B326F Honey Flower

📋 copy color: '#5B326F'

red 91 ◦ green 50 ◦ blue 111

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

Shades of Honey Flower #5B326F

Tints of Honey Flower #5B326F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 44.05%

R = 36.11%
G = 19.84%
B = 44.05%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5B326F (or 0x5B326F) is known color: Honey Flower. HEX triplet: 5B, 32 and 6F. RGB value is (91,50,111). Sum of RGB (Red+Green+Blue) = 91+50+111=252 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.11% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 111 (43.75% from 255 or 44.05% from 252); Max value from RGB is 111 - color contains mainly: blue. Hex color #5B326F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B326F is #A4CD90. Grayscale: #454545. Windows color (decimal): -10800529 or 7287387. OLE color: 7287387.

HSL color Cylindrical-coordinate representation of color #5B326F: hue angle of 280.33º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B326F is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 91 50 111 -
CMYK 0.18 0.55 0 0.56
HSL 280.33º 0.38% 0.32% -
HSV(B) 280.33º 0.55% 0.44% -
XYZ 8.32 5.65 15.69 -
YUV 69.21 151.58 143.54 -
System Red Green Blue C M Y K H S L
Decimal 91 50 111 0.18 0.55 0 0.56 280.33 0.38 0.32
Hex 5B 32 6F 12 37 0 38 118 26 20
Octal 133 62 157 22 67 0 70 430 46 40
Binary 1011011 110010 1101111 10010 110111 0 111000 100011000 100110 100000

Color Harmonies of #5B326F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B326F

Black with #5B326F

Text Example


Text Example

White with #5B326F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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