Html Css Color HEX #35494D Dark Slate Grey

📋 copy color: '#35494D'

red 53 ◦ green 73 ◦ blue 77

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

Shades of Dark Slate Grey #35494D

Tints of Dark Slate Grey #35494D

RGB

 RED value IS 53 (21.09% from 255) = 26.11%

 GREEN value IS 73 (28.91% from 255) = 35.96%

 BLUE value IS 77 (30.47% from 255) = 37.93%

R = 26.11%
G = 35.96%
B = 37.93%

CMYK

 C value IS 0.31

 M value IS 0.05

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#35494D (or 0x35494D) is known color: Dark Slate Grey. HEX triplet: 35, 49 and 4D. RGB value is (53,73,77). Sum of RGB (Red+Green+Blue) = 53+73+77=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 77 - color contains mainly: blue. Hex color #35494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35494D is #CAB6B2. Grayscale: #434343. Windows color (decimal): -13285043 or 5065013. OLE color: 5065013.

HSL color Cylindrical-coordinate representation of color #35494D: hue angle of 190º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #35494D is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 53 73 77 -
CMYK 0.31 0.05 0 0.70
HSL 190º 0.18% 0.25% -
HSV(B) 190º 0.31% 0.3% -
XYZ 5.19 6.06 7.92 -
YUV 67.48 133.37 117.67 -
System Red Green Blue C M Y K H S L
Decimal 53 73 77 0.31 0.05 0 0.70 190 0.18 0.25
Hex 35 49 4D 1F 5 0 46 BE 12 19
Octal 65 111 115 37 5 0 106 276 22 31
Binary 110101 1001001 1001101 11111 101 0 1000110 10111110 10010 11001

Color Harmonies of #35494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35494D

Black with #35494D

Text Example


Text Example

White with #35494D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35494D; }

 p { color: rgb(53,73,77); }

 H1.HeaderClassName
 {
   color: #35494D;
 }
 .AnyTagClassName
 {
   color: #35494D;
 }
</style>

background-color css

<style>
 a { background-color: #35494D; }

 a { background-color: rgb(53,73,77); }

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

border-color css

<style>
 span { border-color: #35494D; }

 span { border-color: rgb(53,73,77); }

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