#5F659F

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

Shades of Rich Blue #5F659F

Tints of Rich Blue #5F659F

Color information

#5F659F (or 0x5F659F) is unknown color: approx Rich Blue. HEX triplet: 5F, 65 and 9F. RGB value is (95,101,159). Sum of RGB (Red+Green+Blue) = 95+101+159=355 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.76% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 159 (62.5% from 255 or 44.79% from 355); Max value from RGB is 159 - color contains mainly: blue. Hex color #5F659F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F659F is #A09A60. Grayscale: #696969. Windows color (decimal): -10525281 or 10446175. OLE color: 10446175.

HSL color Cylindrical-coordinate representation of color #5F659F: hue angle of 234.38º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F659F is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB95101159-
CMYK0.400.3600.38
HSL234.38º25.2%49.8%-
HSV(B)234.38º40.25%62.35%-
XYZ15.6314.2434.73-
YUV105.82158.01120.28-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.76%
GREEN value IS 101 (39.84% from 255) = 28.45%
BLUE value IS 159 (62.5% from 255) = 44.79%
R=26.76%
G=28.45%
B=44.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal951011590.400.3600.38234.3825.249.8
Hex5F659F2824026ea1932
Octal13714523750440463523162
Binary101111111001011001111110100010010001001101110101011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F659F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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