Html Css Color HEX #285255 Dark Slate Grey

📋 copy color: '#285255'

red 40 ◦ green 82 ◦ blue 85

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

Shades of Dark Slate Grey #285255

Tints of Dark Slate Grey #285255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 41.06%

R = 19.32%
G = 39.61%
B = 41.06%

CMYK

 C value IS 0.53

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#285255 (or 0x285255) is known color: Dark Slate Grey. HEX triplet: 28, 52 and 55. RGB value is (40,82,85). Sum of RGB (Red+Green+Blue) = 40+82+85=207 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.32% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 85 (33.59% from 255 or 41.06% from 207); Max value from RGB is 85 - color contains mainly: blue. Hex color #285255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285255 is #D7ADAA. Grayscale: #454545. Windows color (decimal): -14134699 or 5591592. OLE color: 5591592.

HSL color Cylindrical-coordinate representation of color #285255: hue angle of 184º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #285255 is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 40 82 85 -
CMYK 0.53 0.04 0 0.67
HSL 184º 0.36% 0.25% -
HSV(B) 184º 0.53% 0.33% -
XYZ 5.53 7.14 9.68 -
YUV 69.78 136.59 106.76 -
System Red Green Blue C M Y K H S L
Decimal 40 82 85 0.53 0.04 0 0.67 184 0.36 0.25
Hex 28 52 55 35 4 0 43 B8 24 19
Octal 50 122 125 65 4 0 103 270 44 31
Binary 101000 1010010 1010101 110101 100 0 1000011 10111000 100100 11001

Color Harmonies of #285255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285255

Black with #285255

Text Example


Text Example

White with #285255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285255; }

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

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

background-color css

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

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

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

border-color css

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

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

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