#5B509F

Color #5B509F Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5B509F

Tints of Rich Blue #5B509F

Color information

#5B509F (or 0x5B509F) is unknown color: approx Rich Blue. HEX triplet: 5B, 50 and 9F. RGB value is (91,80,159). Sum of RGB (Red+Green+Blue) = 91+80+159=330 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.58% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 159 (62.5% from 255 or 48.18% from 330); Max value from RGB is 159 - color contains mainly: blue. Hex color #5B509F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B509F is #A4AF60. Grayscale: #5B5B5B. Windows color (decimal): -10792801 or 10440795. OLE color: 10440795.

HSL color Cylindrical-coordinate representation of color #5B509F: hue angle of 248.35º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5B509F is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9180159-
CMYK0.430.5000.38
HSL248.35º33.05%46.86%-
HSV(B)248.35º49.69%62.35%-
XYZ13.4410.4634.11-
YUV92.3165.64127.08-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.58%
GREEN value IS 80 (31.64% from 255) = 24.24%
BLUE value IS 159 (62.5% from 255) = 48.18%
R=27.58%
G=24.24%
B=48.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal91801590.430.5000.38248.3533.0546.86
Hex5B509F2B32026f8212f
Octal13312023753620463704157
Binary1011011101000010011111101011110010010011011111000100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B509F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,80,159); }

 H1.HeaderClassName
 {
   color: #5B509F;
 }
 .AnyTagClassName
 {
   color: #5B509F;
 }
</style>
background-color css

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

 a { background-color: rgb(91,80,159); }

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

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

 span { border-color: rgb(91,80,159); }

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