Html Css Color HEX #285958 Dark Slate Grey

📋 copy color: '#285958'

red 40 ◦ green 89 ◦ blue 88

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

Shades of Dark Slate Grey #285958

Tints of Dark Slate Grey #285958

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.01%

 BLUE value IS 88 (34.77% from 255) = 40.55%

R = 18.43%
G = 41.01%
B = 40.55%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#285958 (or 0x285958) is known color: Dark Slate Grey. HEX triplet: 28, 59 and 58. RGB value is (40,89,88). Sum of RGB (Red+Green+Blue) = 40+89+88=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 89 - color contains mainly: green. Hex color #285958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285958 is #D7A6A7. Grayscale: #4A4A4A. Windows color (decimal): -14132904 or 5789992. OLE color: 5789992.

HSL color Cylindrical-coordinate representation of color #285958: hue angle of 178.78º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #285958 is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 89 88 -
CMYK 0.55 0 0.01 0.65
HSL 178.78º 0.38% 0.25% -
HSV(B) 178.78º 0.55% 0.35% -
XYZ 6.21 8.3 10.51 -
YUV 74.24 135.77 103.58 -
System Red Green Blue C M Y K H S L
Decimal 40 89 88 0.55 0 0.01 0.65 178.78 0.38 0.25
Hex 28 59 58 37 0 1 41 B3 26 19
Octal 50 131 130 67 0 1 101 263 46 31
Binary 101000 1011001 1011000 110111 0 1 1000001 10110011 100110 11001

Color Harmonies of #285958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285958

Black with #285958

Text Example


Text Example

White with #285958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285958; }

 p { color: rgb(40,89,88); }

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

background-color css

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

 a { background-color: rgb(40,89,88); }

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

border-color css

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

 span { border-color: rgb(40,89,88); }

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