#5F649F

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

Shades of Rich Blue #5F649F

Tints of Rich Blue #5F649F

Color information

#5F649F (or 0x5F649F) is unknown color: approx Rich Blue. HEX triplet: 5F, 64 and 9F. RGB value is (95,100,159). Sum of RGB (Red+Green+Blue) = 95+100+159=354 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.84% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 159 - color contains mainly: blue. Hex color #5F649F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F649F is #A09B60. Grayscale: #686868. Windows color (decimal): -10525537 or 10445919. OLE color: 10445919.

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

Color convert

RGB95100159-
CMYK0.400.3700.38
HSL235.31º25.2%49.8%-
HSV(B)235.31º40.25%62.35%-
XYZ15.5314.0534.69-
YUV105.23158.34120.7-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.84%
GREEN value IS 100 (39.45% from 255) = 28.25%
BLUE value IS 159 (62.5% from 255) = 44.92%
R=26.84%
G=28.25%
B=44.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal951001590.400.3700.38235.3125.249.8
Hex5F649F2825026eb1932
Octal13714423750450463533162
Binary101111111001001001111110100010010101001101110101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F649F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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