Html Css Color HEX #354D50 Dark Slate Grey

📋 copy color: '#354D50'

red 53 ◦ green 77 ◦ blue 80

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

Shades of Dark Slate Grey #354D50

Tints of Dark Slate Grey #354D50

RGB

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

 GREEN value IS 77 (30.47% from 255) = 36.67%

 BLUE value IS 80 (31.64% from 255) = 38.1%

R = 25.24%
G = 36.67%
B = 38.1%

CMYK

 C value IS 0.34

 M value IS 0.04

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#354D50 (or 0x354D50) is known color: Dark Slate Grey. HEX triplet: 35, 4D and 50. RGB value is (53,77,80). Sum of RGB (Red+Green+Blue) = 53+77+80=210 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.24% from 210); Green value is 77 (30.47% from 255 or 36.67% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 80 - color contains mainly: blue. Hex color #354D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #354D50 is #CAB2AF. Grayscale: #464646. Windows color (decimal): -13284016 or 5262645. OLE color: 5262645.

HSL color Cylindrical-coordinate representation of color #354D50: hue angle of 186.67º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #354D50 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 77 80 -
CMYK 0.34 0.04 0 0.69
HSL 186.67º 0.2% 0.26% -
HSV(B) 186.67º 0.34% 0.31% -
XYZ 5.57 6.64 8.58 -
YUV 70.17 133.55 115.76 -
System Red Green Blue C M Y K H S L
Decimal 53 77 80 0.34 0.04 0 0.69 186.67 0.2 0.26
Hex 35 4D 50 22 4 0 45 BB 14 1A
Octal 65 115 120 42 4 0 105 273 24 32
Binary 110101 1001101 1010000 100010 100 0 1000101 10111011 10100 11010

Color Harmonies of #354D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354D50

Black with #354D50

Text Example


Text Example

White with #354D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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