Html Css Color HEX #285658 Dark Slate Grey

📋 copy color: '#285658'

red 40 ◦ green 86 ◦ blue 88

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

Shades of Dark Slate Grey #285658

Tints of Dark Slate Grey #285658

RGB

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

 GREEN value IS 86 (33.98% from 255) = 40.19%

 BLUE value IS 88 (34.77% from 255) = 41.12%

R = 18.69%
G = 40.19%
B = 41.12%

CMYK

 C value IS 0.55

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#285658 (or 0x285658) is known color: Dark Slate Grey. HEX triplet: 28, 56 and 58. RGB value is (40,86,88). Sum of RGB (Red+Green+Blue) = 40+86+88=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 86 (33.98% from 255 or 40.19% from 214); Blue value is 88 (34.77% from 255 or 41.12% from 214); Max value from RGB is 88 - color contains mainly: blue. Hex color #285658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285658 is #D7A9A7. Grayscale: #484848. Windows color (decimal): -14133672 or 5789224. OLE color: 5789224.

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

Color convert

RGB 40 86 88 -
CMYK 0.55 0.02 0 0.65
HSL 182.5º 0.38% 0.25% -
HSV(B) 182.5º 0.55% 0.35% -
XYZ 5.96 7.81 10.43 -
YUV 72.47 136.76 104.84 -
System Red Green Blue C M Y K H S L
Decimal 40 86 88 0.55 0.02 0 0.65 182.5 0.38 0.25
Hex 28 56 58 37 2 0 41 B6 26 19
Octal 50 126 130 67 2 0 101 266 46 31
Binary 101000 1010110 1011000 110111 10 0 1000001 10110110 100110 11001

Color Harmonies of #285658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285658

Black with #285658

Text Example


Text Example

White with #285658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285658; }

 p { color: rgb(40,86,88); }

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

background-color css

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

 a { background-color: rgb(40,86,88); }

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

border-color css

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

 span { border-color: rgb(40,86,88); }

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