#5F7E99

Color #5F7E99 Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Grey #5F7E99

Tints of Slate Grey #5F7E99

Color information

#5F7E99 (or 0x5F7E99) is unknown color: approx Slate Grey. HEX triplet: 5F, 7E and 99. RGB value is (95,126,153). Sum of RGB (Red+Green+Blue) = 95+126+153=374 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.40% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 153 (60.16% from 255 or 40.91% from 374); Max value from RGB is 153 - color contains mainly: blue. Hex color #5F7E99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7E99 is #A08166. Grayscale: #777777. Windows color (decimal): -10518887 or 10059359. OLE color: 10059359.

HSL color Cylindrical-coordinate representation of color #5F7E99: hue angle of 207.93º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F7E99 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB95126153-
CMYK0.380.1800.4
HSL207.93º23.39%48.63%-
HSV(B)207.93º37.91%60%-
XYZ17.9319.6532.99-
YUV119.81146.73110.3-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.40%
GREEN value IS 126 (49.61% from 255) = 33.69%
BLUE value IS 153 (60.16% from 255) = 40.91%
R=25.40%
G=33.69%
B=40.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal951261530.380.1800.4207.9323.3948.63
Hex5F7E992612028d01731
Octal13717623146220503202761
Binary10111111111110100110011001101001001010001101000010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,126,153); }

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

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

 a { background-color: rgb(95,126,153); }

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

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

 span { border-color: rgb(95,126,153); }

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