Html Css Color HEX #2D5554 Dark Slate Grey

📋 copy color: '#2D5554'

red 45 ◦ green 85 ◦ blue 84

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

Shades of Dark Slate Grey #2D5554

Tints of Dark Slate Grey #2D5554

RGB

 RED value IS 45 (17.97% from 255) = 21.03%

 GREEN value IS 85 (33.59% from 255) = 39.72%

 BLUE value IS 84 (33.2% from 255) = 39.25%

R = 21.03%
G = 39.72%
B = 39.25%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#2D5554 (or 0x2D5554) is known color: Dark Slate Grey. HEX triplet: 2D, 55 and 54. RGB value is (45,85,84). Sum of RGB (Red+Green+Blue) = 45+85+84=214 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.03% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 84 (33.20% from 255 or 39.25% from 214); Max value from RGB is 85 - color contains mainly: green. Hex color #2D5554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5554 is #D2AAAB. Grayscale: #484848. Windows color (decimal): -13806252 or 5526829. OLE color: 5526829.

HSL color Cylindrical-coordinate representation of color #2D5554: hue angle of 178.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2D5554 is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 45 85 84 -
CMYK 0.47 0 0.01 0.67
HSL 178.5º 0.31% 0.25% -
HSV(B) 178.5º 0.47% 0.33% -
XYZ 5.93 7.69 9.56 -
YUV 72.93 134.25 108.08 -
System Red Green Blue C M Y K H S L
Decimal 45 85 84 0.47 0 0.01 0.67 178.5 0.31 0.25
Hex 2D 55 54 2F 0 1 43 B2 1F 19
Octal 55 125 124 57 0 1 103 262 37 31
Binary 101101 1010101 1010100 101111 0 1 1000011 10110010 11111 11001

Color Harmonies of #2D5554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5554

Black with #2D5554

Text Example


Text Example

White with #2D5554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D5554; }

 p { color: rgb(45,85,84); }

 H1.HeaderClassName
 {
   color: #2D5554;
 }
 .AnyTagClassName
 {
   color: #2D5554;
 }
</style>

background-color css

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

 a { background-color: rgb(45,85,84); }

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

border-color css

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

 span { border-color: rgb(45,85,84); }

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