#3F5D58

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

Shades of Dark Slate #3F5D58

Tints of Dark Slate #3F5D58

Color information

#3F5D58 (or 0x3F5D58) is unknown color: approx Dark Slate. HEX triplet: 3F, 5D and 58. RGB value is (63,93,88). Sum of RGB (Red+Green+Blue) = 63+93+88=244 (32% of max value = 765). Red value is 63 (25% from 255 or 25.82% from 244); Green value is 93 (36.72% from 255 or 38.11% from 244); Blue value is 88 (34.77% from 255 or 36.07% from 244); Max value from RGB is 93 - color contains mainly: green. Hex color #3F5D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5D58 is #C0A2A7. Grayscale: #535353. Windows color (decimal): -12624552 or 5791039. OLE color: 5791039.

HSL color Cylindrical-coordinate representation of color #3F5D58: hue angle of 170º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F5D58 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB639388-
CMYK0.3200.050.64
HSL170º19.23%30.59%-
HSV(B)170º32.26%36.47%-
XYZ7.739.5910.68-
YUV83.46130.56113.41-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.82%
GREEN value IS 93 (36.72% from 255) = 38.11%
BLUE value IS 88 (34.77% from 255) = 36.07%
R=25.82%
G=38.11%
B=36.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6393880.3200.050.6417019.2330.59
Hex3F5D58200540aa131f
Octal7713513040051002522337
Binary1111111011101101100010000001011000000101010101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F5D58; }

 p { color: rgb(63,93,88); }

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

<style>
 a { background-color: #3F5D58; }

 a { background-color: rgb(63,93,88); }

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

<style>
 span { border-color: #3F5D58; }

 span { border-color: rgb(63,93,88); }

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