Html Css Color HEX #285359 Dark Slate Grey

📋 copy color: '#285359'

red 40 ◦ green 83 ◦ blue 89

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

Shades of Dark Slate Grey #285359

Tints of Dark Slate Grey #285359

RGB

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

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

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

R = 18.87%
G = 39.15%
B = 41.98%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#285359 (or 0x285359) is known color: Dark Slate Grey. HEX triplet: 28, 53 and 59. RGB value is (40,83,89). Sum of RGB (Red+Green+Blue) = 40+83+89=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 89 - color contains mainly: blue. Hex color #285359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285359 is #D7ACA6. Grayscale: #464646. Windows color (decimal): -14134439 or 5853992. OLE color: 5853992.

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

Color convert

RGB 40 83 89 -
CMYK 0.55 0.07 0 0.65
HSL 187.35º 0.38% 0.25% -
HSV(B) 187.35º 0.55% 0.35% -
XYZ 5.77 7.36 10.57 -
YUV 70.83 138.25 106.01 -
System Red Green Blue C M Y K H S L
Decimal 40 83 89 0.55 0.07 0 0.65 187.35 0.38 0.25
Hex 28 53 59 37 7 0 41 BB 26 19
Octal 50 123 131 67 7 0 101 273 46 31
Binary 101000 1010011 1011001 110111 111 0 1000001 10111011 100110 11001

Color Harmonies of #285359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285359

Black with #285359

Text Example


Text Example

White with #285359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285359; }

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

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

background-color css

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

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

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

border-color css

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

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

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