Html Css Color HEX #285258 Dark Slate Grey

📋 copy color: '#285258'

red 40 ◦ green 82 ◦ blue 88

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

Shades of Dark Slate Grey #285258

Tints of Dark Slate Grey #285258

RGB

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

 GREEN value IS 82 (32.42% from 255) = 39.05%

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

R = 19.05%
G = 39.05%
B = 41.9%

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

#285258 (or 0x285258) is known color: Dark Slate Grey. HEX triplet: 28, 52 and 58. RGB value is (40,82,88). Sum of RGB (Red+Green+Blue) = 40+82+88=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 88 (34.77% from 255 or 41.90% from 210); Max value from RGB is 88 - color contains mainly: blue. Hex color #285258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285258 is #D7ADA7. Grayscale: #464646. Windows color (decimal): -14134696 or 5788200. OLE color: 5788200.

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

Color convert

RGB 40 82 88 -
CMYK 0.55 0.07 0 0.65
HSL 187.5º 0.38% 0.25% -
HSV(B) 187.5º 0.55% 0.35% -
XYZ 5.65 7.19 10.32 -
YUV 70.13 138.09 106.51 -
System Red Green Blue C M Y K H S L
Decimal 40 82 88 0.55 0.07 0 0.65 187.5 0.38 0.25
Hex 28 52 58 37 7 0 41 BC 26 19
Octal 50 122 130 67 7 0 101 274 46 31
Binary 101000 1010010 1011000 110111 111 0 1000001 10111100 100110 11001

Color Harmonies of #285258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285258

Black with #285258

Text Example


Text Example

White with #285258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285258; }

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

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

background-color css

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

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

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

border-color css

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

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

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