#354848

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

Shades of Dark Slate Grey #354848

Tints of Dark Slate Grey #354848

Color information

#354848 (or 0x354848) is unknown color: approx Dark Slate Grey. HEX triplet: 35, 48 and 48. RGB value is (53,72,72). Sum of RGB (Red+Green+Blue) = 53+72+72=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 72 - color contains mainly: green, blue. Hex color #354848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354848 is #CAB7B7. Grayscale: #424242. Windows color (decimal): -13285304 or 4737077. OLE color: 4737077.

HSL color Cylindrical-coordinate representation of color #354848: hue angle of 180º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #354848 is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB537272-
CMYK0.26000.72
HSL180º15.2%24.51%-
HSV(B)180º26.39%28.24%-
XYZ4.965.867-
YUV66.32131.21118.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.90%
GREEN value IS 72 (28.52% from 255) = 36.55%
BLUE value IS 72 (28.52% from 255) = 36.55%
R=26.90%
G=36.55%
B=36.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5372720.26000.7218015.224.51
Hex3548481A0048b4f19
Octal6511011032001102641731
Binary110101100100010010001101000100100010110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354848; }

 p { color: rgb(53,72,72); }

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

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

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

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

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

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

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