Html Css Color HEX #285555 Dark Slate Grey

📋 copy color: '#285555'

red 40 ◦ green 85 ◦ blue 85

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

Shades of Dark Slate Grey #285555

Tints of Dark Slate Grey #285555

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.48%

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

R = 19.05%
G = 40.48%
B = 40.48%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#285555 (or 0x285555) is known color: Dark Slate Grey. HEX triplet: 28, 55 and 55. RGB value is (40,85,85). Sum of RGB (Red+Green+Blue) = 40+85+85=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #285555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285555 is #D7AAAA. Grayscale: #474747. Windows color (decimal): -14133931 or 5592360. OLE color: 5592360.

HSL color Cylindrical-coordinate representation of color #285555: hue angle of 180º 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 #285555 is Cyan = 0.53, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 40 85 85 -
CMYK 0.53 0 0 0.67
HSL 180º 0.36% 0.25% -
HSV(B) 180º 0.53% 0.33% -
XYZ 5.76 7.6 9.76 -
YUV 71.55 135.59 105.5 -
System Red Green Blue C M Y K H S L
Decimal 40 85 85 0.53 0 0 0.67 180 0.36 0.25
Hex 28 55 55 35 0 0 43 B4 24 19
Octal 50 125 125 65 0 0 103 264 44 31
Binary 101000 1010101 1010101 110101 0 0 1000011 10110100 100100 11001

Color Harmonies of #285555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285555

Black with #285555

Text Example


Text Example

White with #285555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285555; }

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

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

background-color css

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

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

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

border-color css

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

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

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