#1C5551

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

Shades of Dark Slate Grey #1C5551

Tints of Dark Slate Grey #1C5551

Color information

#1C5551 (or 0x1C5551) is unknown color: approx Dark Slate Grey. HEX triplet: 1C, 55 and 51. RGB value is (28,85,81). Sum of RGB (Red+Green+Blue) = 28+85+81=194 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.43% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 85 - color contains mainly: green. Hex color #1C5551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5551 is #E3AAAE. Grayscale: #434343. Windows color (decimal): -14920367 or 5330204. OLE color: 5330204.

HSL color Cylindrical-coordinate representation of color #1C5551: hue angle of 175.79º 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 #1C5551 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB288581-
CMYK0.6700.050.67
HSL175.79º50.44%22.16%-
HSV(B)175.79º67.06%33.33%-
XYZ5.217.348.93-
YUV67.5135.6299.83-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.43%
GREEN value IS 85 (33.59% from 255) = 43.81%
BLUE value IS 81 (32.03% from 255) = 41.75%
R=14.43%
G=43.81%
B=41.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2885810.6700.050.67175.7950.4422.16
Hex1C5551430543b03216
Octal34125121103051032606226
Binary11100101010110100011000011010110000111011000011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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