#1C5552

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

Shades of Dark Slate Grey #1C5552

Tints of Dark Slate Grey #1C5552

Color information

#1C5552 (or 0x1C5552) is unknown color: approx Dark Slate Grey. HEX triplet: 1C, 55 and 52. RGB value is (28,85,82). Sum of RGB (Red+Green+Blue) = 28+85+82=195 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.36% from 195); Green value is 85 (33.59% from 255 or 43.59% from 195); Blue value is 82 (32.42% from 255 or 42.05% from 195); Max value from RGB is 85 - color contains mainly: green. Hex color #1C5552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5552 is #E3AAAD. Grayscale: #434343. Windows color (decimal): -14920366 or 5395740. OLE color: 5395740.

HSL color Cylindrical-coordinate representation of color #1C5552: hue angle of 176.84º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C5552 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB288582-
CMYK0.6700.040.67
HSL176.84º50.44%22.16%-
HSV(B)176.84º67.06%33.33%-
XYZ5.257.359.13-
YUV67.61136.1299.74-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.36%
GREEN value IS 85 (33.59% from 255) = 43.59%
BLUE value IS 82 (32.42% from 255) = 42.05%
R=14.36%
G=43.59%
B=42.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2885820.6700.040.67176.8450.4422.16
Hex1C5552430443b13216
Octal34125122103041032616226
Binary11100101010110100101000011010010000111011000111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,85,82); }

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

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

 a { background-color: rgb(28,85,82); }

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

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

 span { border-color: rgb(28,85,82); }

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