Html Css Color HEX #285257 Dark Slate Grey

📋 copy color: '#285257'

red 40 ◦ green 82 ◦ blue 87

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

Shades of Dark Slate Grey #285257

Tints of Dark Slate Grey #285257

RGB

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

 GREEN value IS 82 (32.42% from 255) = 39.23%

 BLUE value IS 87 (34.38% from 255) = 41.63%

R = 19.14%
G = 39.23%
B = 41.63%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#285257 (or 0x285257) is known color: Dark Slate Grey. HEX triplet: 28, 52 and 57. RGB value is (40,82,87). Sum of RGB (Red+Green+Blue) = 40+82+87=209 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.14% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 87 (34.38% from 255 or 41.63% from 209); Max value from RGB is 87 - color contains mainly: blue. Hex color #285257 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285257 is #D7ADA8. Grayscale: #454545. Windows color (decimal): -14134697 or 5722664. OLE color: 5722664.

HSL color Cylindrical-coordinate representation of color #285257: hue angle of 186.38º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #285257 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 40 82 87 -
CMYK 0.54 0.06 0 0.66
HSL 186.38º 0.37% 0.25% -
HSV(B) 186.38º 0.54% 0.34% -
XYZ 5.61 7.17 10.11 -
YUV 70.01 137.59 106.59 -
System Red Green Blue C M Y K H S L
Decimal 40 82 87 0.54 0.06 0 0.66 186.38 0.37 0.25
Hex 28 52 57 36 6 0 42 BA 25 19
Octal 50 122 127 66 6 0 102 272 45 31
Binary 101000 1010010 1010111 110110 110 0 1000010 10111010 100101 11001

Color Harmonies of #285257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285257

Black with #285257

Text Example


Text Example

White with #285257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285257; }

 p { color: rgb(40,82,87); }

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

background-color css

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

 a { background-color: rgb(40,82,87); }

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

border-color css

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

 span { border-color: rgb(40,82,87); }

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