#35494B

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

Shades of Dark Slate Grey #35494B

Tints of Dark Slate Grey #35494B

Color information

#35494B (or 0x35494B) is unknown color: approx Dark Slate Grey. HEX triplet: 35, 49 and 4B. RGB value is (53,73,75). Sum of RGB (Red+Green+Blue) = 53+73+75=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 75 - color contains mainly: blue. Hex color #35494B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35494B is #CAB6B4. Grayscale: #434343. Windows color (decimal): -13285045 or 4933941. OLE color: 4933941.

HSL color Cylindrical-coordinate representation of color #35494B: hue angle of 185.45º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #35494B is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB537375-
CMYK0.290.0300.71
HSL185.45º17.19%25.1%-
HSV(B)185.45º29.33%29.41%-
XYZ5.126.037.55-
YUV67.25132.37117.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.37%
GREEN value IS 73 (28.91% from 255) = 36.32%
BLUE value IS 75 (29.69% from 255) = 37.31%
R=26.37%
G=36.32%
B=37.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5373750.290.0300.71185.4517.1925.1
Hex35494B1D3047b91119
Octal6511111335301072712131
Binary11010110010011001011111011101000111101110011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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