Html Css Color HEX #285357 Dark Slate Grey

📋 copy color: '#285357'

red 40 ◦ green 83 ◦ blue 87

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

Shades of Dark Slate Grey #285357

Tints of Dark Slate Grey #285357

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.52%

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

R = 19.05%
G = 39.52%
B = 41.43%

CMYK

 C value IS 0.54

 M value IS 0.05

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#285357 (or 0x285357) is known color: Dark Slate Grey. HEX triplet: 28, 53 and 57. RGB value is (40,83,87). Sum of RGB (Red+Green+Blue) = 40+83+87=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 87 (34.38% from 255 or 41.43% from 210); Max value from RGB is 87 - color contains mainly: blue. Hex color #285357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285357 is #D7ACA8. Grayscale: #464646. Windows color (decimal): -14134441 or 5722920. OLE color: 5722920.

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

Color convert

RGB 40 83 87 -
CMYK 0.54 0.05 0 0.66
HSL 185.11º 0.37% 0.25% -
HSV(B) 185.11º 0.54% 0.34% -
XYZ 5.69 7.33 10.13 -
YUV 70.6 137.25 106.17 -
System Red Green Blue C M Y K H S L
Decimal 40 83 87 0.54 0.05 0 0.66 185.11 0.37 0.25
Hex 28 53 57 36 5 0 42 B9 25 19
Octal 50 123 127 66 5 0 102 271 45 31
Binary 101000 1010011 1010111 110110 101 0 1000010 10111001 100101 11001

Color Harmonies of #285357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285357

Black with #285357

Text Example


Text Example

White with #285357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285357; }

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

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

background-color css

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

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

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

border-color css

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

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

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