Html Css Color HEX #285A59 Dark Slate Grey

📋 copy color: '#285A59'

red 40 ◦ green 90 ◦ blue 89

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

Shades of Dark Slate Grey #285A59

Tints of Dark Slate Grey #285A59

RGB

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

 GREEN value IS 90 (35.55% from 255) = 41.1%

 BLUE value IS 89 (35.16% from 255) = 40.64%

R = 18.26%
G = 41.1%
B = 40.64%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#285A59 (or 0x285A59) is known color: Dark Slate Grey. HEX triplet: 28, 5A and 59. RGB value is (40,90,89). Sum of RGB (Red+Green+Blue) = 40+90+89=219 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.26% from 219); Green value is 90 (35.55% from 255 or 41.10% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 90 - color contains mainly: green. Hex color #285A59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285A59 is #D7A5A6. Grayscale: #4A4A4A. Windows color (decimal): -14132647 or 5855784. OLE color: 5855784.

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

Color convert

RGB 40 90 89 -
CMYK 0.56 0 0.01 0.65
HSL 178.8º 0.38% 0.25% -
HSV(B) 178.8º 0.56% 0.35% -
XYZ 6.33 8.48 10.76 -
YUV 74.94 135.94 103.08 -
System Red Green Blue C M Y K H S L
Decimal 40 90 89 0.56 0 0.01 0.65 178.8 0.38 0.25
Hex 28 5A 59 38 0 1 41 B3 26 19
Octal 50 132 131 70 0 1 101 263 46 31
Binary 101000 1011010 1011001 111000 0 1 1000001 10110011 100110 11001

Color Harmonies of #285A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285A59

Black with #285A59

Text Example


Text Example

White with #285A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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