#3F5553

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

Shades of Dark Slate #3F5553

Tints of Dark Slate #3F5553

Color information

#3F5553 (or 0x3F5553) is unknown color: approx Dark Slate. HEX triplet: 3F, 55 and 53. RGB value is (63,85,83). Sum of RGB (Red+Green+Blue) = 63+85+83=231 (30% of max value = 765). Red value is 63 (25% from 255 or 27.27% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 85 - color contains mainly: green. Hex color #3F5553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5553 is #C0AAAC. Grayscale: #4E4E4E. Windows color (decimal): -12626605 or 5461311. OLE color: 5461311.

HSL color Cylindrical-coordinate representation of color #3F5553: hue angle of 174.55º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3F5553 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB638583-
CMYK0.2600.020.67
HSL174.55º14.86%29.02%-
HSV(B)174.55º25.88%33.33%-
XYZ6.868.189.4-
YUV78.19130.71117.16-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.27%
GREEN value IS 85 (33.59% from 255) = 36.80%
BLUE value IS 83 (32.81% from 255) = 35.93%
R=27.27%
G=36.80%
B=35.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6385830.2600.020.67174.5514.8629.02
Hex3F55531A0243aff1d
Octal7712512332021032571735
Binary1111111010101101001111010010100001110101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,85,83); }

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

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

 a { background-color: rgb(63,85,83); }

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

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

 span { border-color: rgb(63,85,83); }

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