#2D5659

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

Shades of Dark Slate Grey #2D5659

Tints of Dark Slate Grey #2D5659

Color information

#2D5659 (or 0x2D5659) is unknown color: approx Dark Slate Grey. HEX triplet: 2D, 56 and 59. RGB value is (45,86,89). Sum of RGB (Red+Green+Blue) = 45+86+89=220 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.45% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 89 - color contains mainly: blue. Hex color #2D5659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D5659 is #D2A9A6. Grayscale: #4A4A4A. Windows color (decimal): -13805991 or 5854765. OLE color: 5854765.

HSL color Cylindrical-coordinate representation of color #2D5659: hue angle of 184.09º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2D5659 is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB458689-
CMYK0.490.0300.65
HSL184.09º32.84%26.27%-
HSV(B)184.09º49.44%34.9%-
XYZ6.217.9310.66-
YUV74.08136.42107.26-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.45%
GREEN value IS 86 (33.98% from 255) = 39.09%
BLUE value IS 89 (35.16% from 255) = 40.45%
R=20.45%
G=39.09%
B=40.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4586890.490.0300.65184.0932.8426.27
Hex2D5659313041b8211a
Octal5512613161301012704132
Binary1011011010110101100111000111010000011011100010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D5659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D5659; }

 p { color: rgb(45,86,89); }

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

<style>
 a { background-color: #2D5659; }

 a { background-color: rgb(45,86,89); }

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

<style>
 span { border-color: #2D5659; }

 span { border-color: rgb(45,86,89); }

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