#285A5C

Color #285A5C Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #285A5C

Tints of Dark Slate Grey #285A5C

Color information

#285A5C (or 0x285A5C) is unknown color: approx Dark Slate Grey. HEX triplet: 28, 5A and 5C. RGB value is (40,90,92). Sum of RGB (Red+Green+Blue) = 40+90+92=222 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.02% from 222); Green value is 90 (35.55% from 255 or 40.54% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 92 - color contains mainly: blue. Hex color #285A5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285A5C is #D7A5A3. Grayscale: #4B4B4B. Windows color (decimal): -14132644 or 6052392. OLE color: 6052392.

HSL color Cylindrical-coordinate representation of color #285A5C: hue angle of 182.31º degrees, saturation: 0.39, 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 #285A5C is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB409092-
CMYK0.570.0200.64
HSL182.31º39.39%25.88%-
HSV(B)182.31º56.52%36.08%-
XYZ6.468.5411.43-
YUV75.28137.44102.84-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.02%
GREEN value IS 90 (35.55% from 255) = 40.54%
BLUE value IS 92 (36.33% from 255) = 41.44%
R=18.02%
G=40.54%
B=41.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4090920.570.0200.64182.3139.3925.88
Hex285A5C392040b6271a
Octal5013213471201002664732
Binary1010001011010101110011100110010000001011011010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #285A5C;
 }
 .AnyTagClassName
 {
   color: #285A5C;
 }
</style>
background-color css

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

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

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

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

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

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