#1C5052

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

Shades of Dark Slate Grey #1C5052

Tints of Dark Slate Grey #1C5052

Color information

#1C5052 (or 0x1C5052) is unknown color: approx Dark Slate Grey. HEX triplet: 1C, 50 and 52. RGB value is (28,80,82). Sum of RGB (Red+Green+Blue) = 28+80+82=190 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.74% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 82 (32.42% from 255 or 43.16% from 190); Max value from RGB is 82 - color contains mainly: blue. Hex color #1C5052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5052 is #E3AFAD. Grayscale: #404040. Windows color (decimal): -14921646 or 5394460. OLE color: 5394460.

HSL color Cylindrical-coordinate representation of color #1C5052: hue angle of 182.22º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1C5052 is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB288082-
CMYK0.660.0200.68
HSL182.22º49.09%21.57%-
HSV(B)182.22º65.85%32.16%-
XYZ4.876.599-
YUV64.68137.77101.84-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.74%
GREEN value IS 80 (31.64% from 255) = 42.11%
BLUE value IS 82 (32.42% from 255) = 43.16%
R=14.74%
G=42.11%
B=43.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2880820.660.0200.68182.2249.0921.57
Hex1C5052422044b63116
Octal34120122102201042666126
Binary1110010100001010010100001010010001001011011011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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