#5F509F

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

Shades of Rich Blue #5F509F

Tints of Rich Blue #5F509F

Color information

#5F509F (or 0x5F509F) is unknown color: approx Rich Blue. HEX triplet: 5F, 50 and 9F. RGB value is (95,80,159). Sum of RGB (Red+Green+Blue) = 95+80+159=334 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.44% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 159 (62.5% from 255 or 47.60% from 334); Max value from RGB is 159 - color contains mainly: blue. Hex color #5F509F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F509F is #A0AF60. Grayscale: #5D5D5D. Windows color (decimal): -10530657 or 10440799. OLE color: 10440799.

HSL color Cylindrical-coordinate representation of color #5F509F: hue angle of 251.39º 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 #5F509F is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9580159-
CMYK0.400.5000.38
HSL251.39º33.05%46.86%-
HSV(B)251.39º49.69%62.35%-
XYZ13.8510.6734.13-
YUV93.49164.97129.08-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.44%
GREEN value IS 80 (31.64% from 255) = 23.95%
BLUE value IS 159 (62.5% from 255) = 47.60%
R=28.44%
G=23.95%
B=47.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal95801590.400.5000.38251.3933.0546.86
Hex5F509F2832026fb212f
Octal13712023750620463734157
Binary1011111101000010011111101000110010010011011111011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F509F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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