#2F5053

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

Shades of Dark Slate Grey #2F5053

Tints of Dark Slate Grey #2F5053

Color information

#2F5053 (or 0x2F5053) is unknown color: approx Dark Slate Grey. HEX triplet: 2F, 50 and 53. RGB value is (47,80,83). Sum of RGB (Red+Green+Blue) = 47+80+83=210 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.38% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 83 (32.81% from 255 or 39.52% from 210); Max value from RGB is 83 - color contains mainly: blue. Hex color #2F5053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5053 is #D0AFAC. Grayscale: #464646. Windows color (decimal): -13676461 or 5460015. OLE color: 5460015.

HSL color Cylindrical-coordinate representation of color #2F5053: hue angle of 185º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2F5053 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB478083-
CMYK0.430.0400.67
HSL185º27.69%25.49%-
HSV(B)185º43.37%32.55%-
XYZ5.66.979.23-
YUV70.47135.07111.26-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.38%
GREEN value IS 80 (31.64% from 255) = 38.10%
BLUE value IS 83 (32.81% from 255) = 39.52%
R=22.38%
G=38.10%
B=39.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4780830.430.0400.6718527.6925.49
Hex2F50532B4043b91c19
Octal5712012353401032713431
Binary1011111010000101001110101110001000011101110011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F5053; }

 p { color: rgb(47,80,83); }

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

<style>
 a { background-color: #2F5053; }

 a { background-color: rgb(47,80,83); }

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

<style>
 span { border-color: #2F5053; }

 span { border-color: rgb(47,80,83); }

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