Html Css Color HEX #285558 Dark Slate Grey

📋 copy color: '#285558'

red 40 ◦ green 85 ◦ blue 88

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

Shades of Dark Slate Grey #285558

Tints of Dark Slate Grey #285558

RGB

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

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

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

R = 18.78%
G = 39.91%
B = 41.31%

CMYK

 C value IS 0.55

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#285558 (or 0x285558) is known color: Dark Slate Grey. HEX triplet: 28, 55 and 58. RGB value is (40,85,88). Sum of RGB (Red+Green+Blue) = 40+85+88=213 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.78% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 88 (34.77% from 255 or 41.31% from 213); Max value from RGB is 88 - color contains mainly: blue. Hex color #285558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285558 is #D7AAA7. Grayscale: #474747. Windows color (decimal): -14133928 or 5788968. OLE color: 5788968.

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

Color convert

RGB 40 85 88 -
CMYK 0.55 0.03 0 0.65
HSL 183.75º 0.38% 0.25% -
HSV(B) 183.75º 0.55% 0.35% -
XYZ 5.89 7.65 10.4 -
YUV 71.89 137.09 105.26 -
System Red Green Blue C M Y K H S L
Decimal 40 85 88 0.55 0.03 0 0.65 183.75 0.38 0.25
Hex 28 55 58 37 3 0 41 B8 26 19
Octal 50 125 130 67 3 0 101 270 46 31
Binary 101000 1010101 1011000 110111 11 0 1000001 10111000 100110 11001

Color Harmonies of #285558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285558

Black with #285558

Text Example


Text Example

White with #285558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285558; }

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

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

background-color css

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

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

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

border-color css

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

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

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