Html Css Color HEX #2D5659 Dark Slate Grey

📋 copy color: '#2D5659'

red 45 ◦ green 86 ◦ blue 89

#2D5659
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Grey #2D5659

Tints of Dark Slate Grey #2D5659

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 value IS 0.49

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2D5659 (or 0x2D5659) is known color: 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

RGB 45 86 89 -
CMYK 0.49 0.03 0 0.65
HSL 184.09º 0.33% 0.26% -
HSV(B) 184.09º 0.49% 0.35% -
XYZ 6.21 7.93 10.66 -
YUV 74.08 136.42 107.26 -
System Red Green Blue C M Y K H S L
Decimal 45 86 89 0.49 0.03 0 0.65 184.09 0.33 0.26
Hex 2D 56 59 31 3 0 41 B8 21 1A
Octal 55 126 131 61 3 0 101 270 41 32
Binary 101101 1010110 1011001 110001 11 0 1000001 10111000 100001 11010

Color Harmonies of #2D5659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D5659

Black with #2D5659

Text Example


Text Example

White with #2D5659

Text Example


Text Example

HTML Codes & Css Web 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>