#2F5258

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

Shades of Dark Slate Grey #2F5258

Tints of Dark Slate Grey #2F5258

Color information

#2F5258 (or 0x2F5258) is unknown color: approx Dark Slate Grey. HEX triplet: 2F, 52 and 58. RGB value is (47,82,88). Sum of RGB (Red+Green+Blue) = 47+82+88=217 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.66% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 88 - color contains mainly: blue. Hex color #2F5258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5258 is #D0ADA7. Grayscale: #484848. Windows color (decimal): -13675944 or 5788207. OLE color: 5788207.

HSL color Cylindrical-coordinate representation of color #2F5258: hue angle of 188.78º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2F5258 is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB478288-
CMYK0.470.0700.65
HSL188.78º30.37%26.47%-
HSV(B)188.78º46.59%34.51%-
XYZ5.957.3410.34-
YUV72.22136.9110.01-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.66%
GREEN value IS 82 (32.42% from 255) = 37.79%
BLUE value IS 88 (34.77% from 255) = 40.55%
R=21.66%
G=37.79%
B=40.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4782880.470.0700.65188.7830.3726.47
Hex2F52582F7041bd1e1a
Octal5712213057701012753632
Binary1011111010010101100010111111101000001101111011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,82,88); }

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

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

 a { background-color: rgb(47,82,88); }

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

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

 span { border-color: rgb(47,82,88); }

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