#1D5654

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

Shades of Dark Slate Grey #1D5654

Tints of Dark Slate Grey #1D5654

Color information

#1D5654 (or 0x1D5654) is unknown color: approx Dark Slate Grey. HEX triplet: 1D, 56 and 54. RGB value is (29,86,84). Sum of RGB (Red+Green+Blue) = 29+86+84=199 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.57% from 199); Green value is 86 (33.98% from 255 or 43.22% from 199); Blue value is 84 (33.20% from 255 or 42.21% from 199); Max value from RGB is 86 - color contains mainly: green. Hex color #1D5654 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5654 is #E2A9AB. Grayscale: #444444. Windows color (decimal): -14854572 or 5527069. OLE color: 5527069.

HSL color Cylindrical-coordinate representation of color #1D5654: hue angle of 177.89º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D5654 is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB298684-
CMYK0.6600.020.66
HSL177.89º49.57%22.55%-
HSV(B)177.89º66.28%33.73%-
XYZ5.437.569.56-
YUV68.73136.6299.66-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.57%
GREEN value IS 86 (33.98% from 255) = 43.22%
BLUE value IS 84 (33.20% from 255) = 42.21%
R=14.57%
G=43.22%
B=42.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2986840.6600.020.66177.8949.5722.55
Hex1D5654420242b23217
Octal35126124102021022626227
Binary1110110101101010100100001001010000101011001011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,86,84); }

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

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

 a { background-color: rgb(29,86,84); }

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

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

 span { border-color: rgb(29,86,84); }

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