Html Css Color HEX #285157 Dark Slate Grey

📋 copy color: '#285157'

red 40 ◦ green 81 ◦ blue 87

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

Shades of Dark Slate Grey #285157

Tints of Dark Slate Grey #285157

RGB

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

 GREEN value IS 81 (32.03% from 255) = 38.94%

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

R = 19.23%
G = 38.94%
B = 41.83%

CMYK

 C value IS 0.54

 M value IS 0.07

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#285157 (or 0x285157) is known color: Dark Slate Grey. HEX triplet: 28, 51 and 57. RGB value is (40,81,87). Sum of RGB (Red+Green+Blue) = 40+81+87=208 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.23% from 208); Green value is 81 (32.03% from 255 or 38.94% from 208); Blue value is 87 (34.38% from 255 or 41.83% from 208); Max value from RGB is 87 - color contains mainly: blue. Hex color #285157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285157 is #D7AEA8. Grayscale: #454545. Windows color (decimal): -14134953 or 5722408. OLE color: 5722408.

HSL color Cylindrical-coordinate representation of color #285157: hue angle of 187.66º 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 #285157 is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 40 81 87 -
CMYK 0.54 0.07 0 0.66
HSL 187.66º 0.37% 0.25% -
HSV(B) 187.66º 0.54% 0.34% -
XYZ 5.54 7.02 10.08 -
YUV 69.43 137.92 107.01 -
System Red Green Blue C M Y K H S L
Decimal 40 81 87 0.54 0.07 0 0.66 187.66 0.37 0.25
Hex 28 51 57 36 7 0 42 BC 25 19
Octal 50 121 127 66 7 0 102 274 45 31
Binary 101000 1010001 1010111 110110 111 0 1000010 10111100 100101 11001

Color Harmonies of #285157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285157

Black with #285157

Text Example


Text Example

White with #285157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285157; }

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

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

background-color css

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

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

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

border-color css

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

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

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