#3F5B58

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

Shades of Dark Slate #3F5B58

Tints of Dark Slate #3F5B58

Color information

#3F5B58 (or 0x3F5B58) is unknown color: approx Dark Slate. HEX triplet: 3F, 5B and 58. RGB value is (63,91,88). Sum of RGB (Red+Green+Blue) = 63+91+88=242 (32% of max value = 765). Red value is 63 (25% from 255 or 26.03% from 242); Green value is 91 (35.94% from 255 or 37.60% from 242); Blue value is 88 (34.77% from 255 or 36.36% from 242); Max value from RGB is 91 - color contains mainly: green. Hex color #3F5B58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5B58 is #C0A4A7. Grayscale: #525252. Windows color (decimal): -12625064 or 5790527. OLE color: 5790527.

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

Color convert

RGB639188-
CMYK0.3100.030.64
HSL173.57º18.18%30.2%-
HSV(B)173.57º30.77%35.69%-
XYZ7.559.2410.62-
YUV82.29131.22114.24-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.03%
GREEN value IS 91 (35.94% from 255) = 37.60%
BLUE value IS 88 (34.77% from 255) = 36.36%
R=26.03%
G=37.60%
B=36.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6391880.3100.030.64173.5718.1830.2
Hex3F5B581F0340ae121e
Octal7713313037031002562236
Binary11111110110111011000111110111000000101011101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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