#285359

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

Shades of Dark Slate Grey #285359

Tints of Dark Slate Grey #285359

Color information

#285359 (or 0x285359) is unknown color: approx Dark Slate Grey. HEX triplet: 28, 53 and 59. RGB value is (40,83,89). Sum of RGB (Red+Green+Blue) = 40+83+89=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 89 - color contains mainly: blue. Hex color #285359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285359 is #D7ACA6. Grayscale: #464646. Windows color (decimal): -14134439 or 5853992. OLE color: 5853992.

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

Color convert

RGB408389-
CMYK0.550.0700.65
HSL187.35º37.98%25.29%-
HSV(B)187.35º55.06%34.9%-
XYZ5.777.3610.57-
YUV70.83138.25106.01-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.87%
GREEN value IS 83 (32.81% from 255) = 39.15%
BLUE value IS 89 (35.16% from 255) = 41.98%
R=18.87%
G=39.15%
B=41.98%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4083890.550.0700.65187.3537.9825.29
Hex285359377041bb2619
Octal5012313167701012734631
Binary10100010100111011001110111111010000011011101110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285359; }

 p { color: rgb(40,83,89); }

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

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

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

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

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

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

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