#354547

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

Shades of Dark Slate Grey #354547

Tints of Dark Slate Grey #354547

Color information

#354547 (or 0x354547) is unknown color: approx Dark Slate Grey. HEX triplet: 35, 45 and 47. RGB value is (53,69,71). Sum of RGB (Red+Green+Blue) = 53+69+71=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 71 (28.12% from 255 or 36.79% from 193); Max value from RGB is 71 - color contains mainly: blue. Hex color #354547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354547 is #CABAB8. Grayscale: #404040. Windows color (decimal): -13286073 or 4670773. OLE color: 4670773.

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

Color convert

RGB536971-
CMYK0.250.0300.72
HSL186.67º14.52%24.31%-
HSV(B)186.67º25.35%27.84%-
XYZ4.735.476.77-
YUV64.44131.7119.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.46%
GREEN value IS 69 (27.34% from 255) = 35.75%
BLUE value IS 71 (28.12% from 255) = 36.79%
R=27.46%
G=35.75%
B=36.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5369710.250.0300.72186.6714.5224.31
Hex354547193048bbf18
Octal6510510731301102731730
Binary1101011000101100011111001110100100010111011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354547; }

 p { color: rgb(53,69,71); }

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

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

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

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

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

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

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