#3F5B57

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

Shades of Dark Slate #3F5B57

Tints of Dark Slate #3F5B57

Color information

#3F5B57 (or 0x3F5B57) is unknown color: approx Dark Slate. HEX triplet: 3F, 5B and 57. RGB value is (63,91,87). Sum of RGB (Red+Green+Blue) = 63+91+87=241 (31% of max value = 765). Red value is 63 (25% from 255 or 26.14% from 241); Green value is 91 (35.94% from 255 or 37.76% from 241); Blue value is 87 (34.38% from 255 or 36.10% from 241); Max value from RGB is 91 - color contains mainly: green. Hex color #3F5B57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5B57 is #C0A4A8. Grayscale: #525252. Windows color (decimal): -12625065 or 5724991. OLE color: 5724991.

HSL color Cylindrical-coordinate representation of color #3F5B57: hue angle of 171.43º 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 #3F5B57 is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.

Color convert

RGB639187-
CMYK0.3100.040.64
HSL171.43º18.18%30.2%-
HSV(B)171.43º30.77%35.69%-
XYZ7.519.2310.4-
YUV82.17130.72114.33-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.14%
GREEN value IS 91 (35.94% from 255) = 37.76%
BLUE value IS 87 (34.38% from 255) = 36.10%
R=26.14%
G=37.76%
B=36.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6391870.3100.040.64171.4318.1830.2
Hex3F5B571F0440ab121e
Octal7713312737041002532236
Binary111111101101110101111111101001000000101010111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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