Html Css Color HEX #285A5D Dark Slate Grey

📋 copy color: '#285A5D'

red 40 ◦ green 90 ◦ blue 93

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

Shades of Dark Slate Grey #285A5D

Tints of Dark Slate Grey #285A5D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.36%

 BLUE value IS 93 (36.72% from 255) = 41.7%

R = 17.94%
G = 40.36%
B = 41.7%

CMYK

 C value IS 0.57

 M value IS 0.03

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#285A5D (or 0x285A5D) is known color: Dark Slate Grey. HEX triplet: 28, 5A and 5D. RGB value is (40,90,93). Sum of RGB (Red+Green+Blue) = 40+90+93=223 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.94% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 93 - color contains mainly: blue. Hex color #285A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285A5D is #D7A5A2. Grayscale: #4B4B4B. Windows color (decimal): -14132643 or 6117928. OLE color: 6117928.

HSL color Cylindrical-coordinate representation of color #285A5D: hue angle of 183.4º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #285A5D is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 90 93 -
CMYK 0.57 0.03 0 0.64
HSL 183.4º 0.4% 0.26% -
HSV(B) 183.4º 0.57% 0.36% -
XYZ 6.51 8.55 11.66 -
YUV 75.39 137.94 102.76 -
System Red Green Blue C M Y K H S L
Decimal 40 90 93 0.57 0.03 0 0.64 183.4 0.4 0.26
Hex 28 5A 5D 39 3 0 40 B7 28 1A
Octal 50 132 135 71 3 0 100 267 50 32
Binary 101000 1011010 1011101 111001 11 0 1000000 10110111 101000 11010

Color Harmonies of #285A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285A5D

Black with #285A5D

Text Example


Text Example

White with #285A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285A5D; }

 p { color: rgb(40,90,93); }

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

background-color css

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

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

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

border-color css

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

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

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