#1C5356

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

Shades of Dark Slate Grey #1C5356

Tints of Dark Slate Grey #1C5356

Color information

#1C5356 (or 0x1C5356) is unknown color: approx Dark Slate Grey. HEX triplet: 1C, 53 and 56. RGB value is (28,83,86). Sum of RGB (Red+Green+Blue) = 28+83+86=197 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.21% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 86 (33.98% from 255 or 43.65% from 197); Max value from RGB is 86 - color contains mainly: blue. Hex color #1C5356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5356 is #E3ACA9. Grayscale: #424242. Windows color (decimal): -14920874 or 5657372. OLE color: 5657372.

HSL color Cylindrical-coordinate representation of color #1C5356: hue angle of 183.1º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C5356 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB288386-
CMYK0.670.0300.66
HSL183.1º50.88%22.35%-
HSV(B)183.1º67.44%33.73%-
XYZ5.257.119.9-
YUV66.9138.78100.26-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.21%
GREEN value IS 83 (32.81% from 255) = 42.13%
BLUE value IS 86 (33.98% from 255) = 43.65%
R=14.21%
G=42.13%
B=43.65%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2883860.670.0300.66183.150.8822.35
Hex1C5356433042b73316
Octal34123126103301022676326
Binary1110010100111010110100001111010000101011011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C5356; }

 p { color: rgb(28,83,86); }

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

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

 a { background-color: rgb(28,83,86); }

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

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

 span { border-color: rgb(28,83,86); }

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