#1D524F

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

Shades of Dark Slate Grey #1D524F

Tints of Dark Slate Grey #1D524F

Color information

#1D524F (or 0x1D524F) is unknown color: approx Dark Slate Grey. HEX triplet: 1D, 52 and 4F. RGB value is (29,82,79). Sum of RGB (Red+Green+Blue) = 29+82+79=190 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.26% from 190); Green value is 82 (32.42% from 255 or 43.16% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 82 - color contains mainly: green. Hex color #1D524F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D524F is #E2ADB0. Grayscale: #414141. Windows color (decimal): -14855601 or 5198365. OLE color: 5198365.

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

Color convert

RGB298279-
CMYK0.6500.040.68
HSL176.6º47.75%21.76%-
HSV(B)176.6º64.63%32.16%-
XYZ4.946.868.46-
YUV65.81135.44101.74-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.26%
GREEN value IS 82 (32.42% from 255) = 43.16%
BLUE value IS 79 (31.25% from 255) = 41.58%
R=15.26%
G=43.16%
B=41.58%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2982790.6500.040.68176.647.7521.76
Hex1D524F410444b13016
Octal35122117101041042616026
Binary11101101001010011111000001010010001001011000111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D524F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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