Html Css Color HEX #285652 Dark Slate Grey

📋 copy color: '#285652'

red 40 ◦ green 86 ◦ blue 82

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

Shades of Dark Slate Grey #285652

Tints of Dark Slate Grey #285652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 39.42%

R = 19.23%
G = 41.35%
B = 39.42%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#285652 (or 0x285652) is known color: Dark Slate Grey. HEX triplet: 28, 56 and 52. RGB value is (40,86,82). Sum of RGB (Red+Green+Blue) = 40+86+82=208 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.23% from 208); Green value is 86 (33.98% from 255 or 41.35% from 208); Blue value is 82 (32.42% from 255 or 39.42% from 208); Max value from RGB is 86 - color contains mainly: green. Hex color #285652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285652 is #D7A9AD. Grayscale: #474747. Windows color (decimal): -14133678 or 5396008. OLE color: 5396008.

HSL color Cylindrical-coordinate representation of color #285652: hue angle of 174.78º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #285652 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB 40 86 82 -
CMYK 0.53 0 0.05 0.66
HSL 174.78º 0.37% 0.25% -
HSV(B) 174.78º 0.53% 0.34% -
XYZ 5.73 7.72 9.17 -
YUV 71.79 133.76 105.33 -
System Red Green Blue C M Y K H S L
Decimal 40 86 82 0.53 0 0.05 0.66 174.78 0.37 0.25
Hex 28 56 52 35 0 5 42 AF 25 19
Octal 50 126 122 65 0 5 102 257 45 31
Binary 101000 1010110 1010010 110101 0 101 1000010 10101111 100101 11001

Color Harmonies of #285652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285652

Black with #285652

Text Example


Text Example

White with #285652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285652; }

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

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

background-color css

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

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

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

border-color css

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

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

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