#1C524F

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

Shades of Dark Slate Grey #1C524F

Tints of Dark Slate Grey #1C524F

Color information

#1C524F (or 0x1C524F) is unknown color: approx Dark Slate Grey. HEX triplet: 1C, 52 and 4F. RGB value is (28,82,79). Sum of RGB (Red+Green+Blue) = 28+82+79=189 (25% of max value = 765). Red value is 28 (11.33% from 255 or 14.81% from 189); Green value is 82 (32.42% from 255 or 43.39% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 82 - color contains mainly: green. Hex color #1C524F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C524F is #E3ADB0. Grayscale: #414141. Windows color (decimal): -14921137 or 5198364. OLE color: 5198364.

HSL color Cylindrical-coordinate representation of color #1C524F: hue angle of 176.67º 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 #1C524F is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB288279-
CMYK0.6600.040.68
HSL176.67º49.09%21.57%-
HSV(B)176.67º65.85%32.16%-
XYZ4.916.858.46-
YUV65.51135.61101.24-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.81%
GREEN value IS 82 (32.42% from 255) = 43.39%
BLUE value IS 79 (31.25% from 255) = 41.80%
R=14.81%
G=43.39%
B=41.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2882790.6600.040.68176.6749.0921.57
Hex1C524F420444b13116
Octal34122117102041042616126
Binary11100101001010011111000010010010001001011000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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