#5F519F

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

Shades of Rich Blue #5F519F

Tints of Rich Blue #5F519F

Color information

#5F519F (or 0x5F519F) is unknown color: approx Rich Blue. HEX triplet: 5F, 51 and 9F. RGB value is (95,81,159). Sum of RGB (Red+Green+Blue) = 95+81+159=335 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.36% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 159 - color contains mainly: blue. Hex color #5F519F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F519F is #A0AE60. Grayscale: #5D5D5D. Windows color (decimal): -10530401 or 10441055. OLE color: 10441055.

HSL color Cylindrical-coordinate representation of color #5F519F: hue angle of 250.77º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5F519F is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9581159-
CMYK0.400.4900.38
HSL250.77º32.5%47.06%-
HSV(B)250.77º49.06%62.35%-
XYZ13.9210.8234.16-
YUV94.08164.64128.66-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.36%
GREEN value IS 81 (32.03% from 255) = 24.18%
BLUE value IS 159 (62.5% from 255) = 47.46%
R=28.36%
G=24.18%
B=47.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal95811590.400.4900.38250.7732.547.06
Hex5F519F2831026fb202f
Octal13712123750610463734057
Binary1011111101000110011111101000110001010011011111011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F519F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,81,159); }

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

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

 a { background-color: rgb(95,81,159); }

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

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

 span { border-color: rgb(95,81,159); }

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