Html Css Color HEX #285554 Dark Slate Grey

📋 copy color: '#285554'

red 40 ◦ green 85 ◦ blue 84

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

Shades of Dark Slate Grey #285554

Tints of Dark Slate Grey #285554

RGB

 RED value IS 40 (16.02% from 255) = 19.14%

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

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

R = 19.14%
G = 40.67%
B = 40.19%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#285554 (or 0x285554) is known color: Dark Slate Grey. HEX triplet: 28, 55 and 54. RGB value is (40,85,84). Sum of RGB (Red+Green+Blue) = 40+85+84=209 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.14% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 84 (33.20% from 255 or 40.19% from 209); Max value from RGB is 85 - color contains mainly: green. Hex color #285554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285554 is #D7AAAB. Grayscale: #474747. Windows color (decimal): -14133932 or 5526824. OLE color: 5526824.

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

Color convert

RGB 40 85 84 -
CMYK 0.53 0 0.01 0.67
HSL 178.67º 0.36% 0.25% -
HSV(B) 178.67º 0.53% 0.33% -
XYZ 5.72 7.59 9.55 -
YUV 71.43 135.09 105.58 -
System Red Green Blue C M Y K H S L
Decimal 40 85 84 0.53 0 0.01 0.67 178.67 0.36 0.25
Hex 28 55 54 35 0 1 43 B3 24 19
Octal 50 125 124 65 0 1 103 263 44 31
Binary 101000 1010101 1010100 110101 0 1 1000011 10110011 100100 11001

Color Harmonies of #285554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285554

Black with #285554

Text Example


Text Example

White with #285554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285554; }

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

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

background-color css

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

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

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

border-color css

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

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

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