Html Css Color HEX #3D5552 Dark Slate

📋 copy color: '#3D5552'

red 61 ◦ green 85 ◦ blue 82

#3D5552
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate #3D5552

Tints of Dark Slate #3D5552

RGB

 RED value IS 61 (24.22% from 255) = 26.75%

 GREEN value IS 85 (33.59% from 255) = 37.28%

 BLUE value IS 82 (32.42% from 255) = 35.96%

R = 26.75%
G = 37.28%
B = 35.96%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#3D5552 (or 0x3D5552) is known color: Dark Slate. HEX triplet: 3D, 55 and 52. RGB value is (61,85,82). Sum of RGB (Red+Green+Blue) = 61+85+82=228 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.75% from 228); Green value is 85 (33.59% from 255 or 37.28% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 85 - color contains mainly: green. Hex color #3D5552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5552 is #C2AAAD. Grayscale: #4D4D4D. Windows color (decimal): -12757678 or 5395773. OLE color: 5395773.

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

Color convert

RGB 61 85 82 -
CMYK 0.28 0 0.04 0.67
HSL 172.5º 0.16% 0.29% -
HSV(B) 172.5º 0.28% 0.33% -
XYZ 6.7 8.1 9.19 -
YUV 77.48 130.55 116.24 -
System Red Green Blue C M Y K H S L
Decimal 61 85 82 0.28 0 0.04 0.67 172.5 0.16 0.29
Hex 3D 55 52 1C 0 4 43 AC 10 1D
Octal 75 125 122 34 0 4 103 254 20 35
Binary 111101 1010101 1010010 11100 0 100 1000011 10101100 10000 11101

Color Harmonies of #3D5552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5552

Black with #3D5552

Text Example


Text Example

White with #3D5552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,85,82); }

 H1.HeaderClassName
 {
   color: #3D5552;
 }
 .AnyTagClassName
 {
   color: #3D5552;
 }
</style>

background-color css

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

 a { background-color: rgb(61,85,82); }

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

border-color css

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

 span { border-color: rgb(61,85,82); }

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