Html Css Color HEX #354C4D Dark Slate Grey

📋 copy color: '#354C4D'

red 53 ◦ green 76 ◦ blue 77

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

Shades of Dark Slate Grey #354C4D

Tints of Dark Slate Grey #354C4D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.89%

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

R = 25.73%
G = 36.89%
B = 37.38%

CMYK

 C value IS 0.31

 M value IS 0.01

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#354C4D (or 0x354C4D) is known color: Dark Slate Grey. HEX triplet: 35, 4C and 4D. RGB value is (53,76,77). Sum of RGB (Red+Green+Blue) = 53+76+77=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 76 (30.08% from 255 or 36.89% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 77 - color contains mainly: blue. Hex color #354C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354C4D is #CAB3B2. Grayscale: #454545. Windows color (decimal): -13284275 or 5065781. OLE color: 5065781.

HSL color Cylindrical-coordinate representation of color #354C4D: hue angle of 182.5º 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 #354C4D is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 53 76 77 -
CMYK 0.31 0.01 0 0.70
HSL 182.5º 0.18% 0.25% -
HSV(B) 182.5º 0.31% 0.3% -
XYZ 5.39 6.46 7.98 -
YUV 69.24 132.38 116.42 -
System Red Green Blue C M Y K H S L
Decimal 53 76 77 0.31 0.01 0 0.70 182.5 0.18 0.25
Hex 35 4C 4D 1F 1 0 46 B6 12 19
Octal 65 114 115 37 1 0 106 266 22 31
Binary 110101 1001100 1001101 11111 1 0 1000110 10110110 10010 11001

Color Harmonies of #354C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354C4D

Black with #354C4D

Text Example


Text Example

White with #354C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354C4D; }

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

 H1.HeaderClassName
 {
   color: #354C4D;
 }
 .AnyTagClassName
 {
   color: #354C4D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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