Html Css Color HEX #295659 Dark Slate Grey

📋 copy color: '#295659'

red 41 ◦ green 86 ◦ blue 89

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

Shades of Dark Slate Grey #295659

Tints of Dark Slate Grey #295659

RGB

 RED value IS 41 (16.41% from 255) = 18.98%

 GREEN value IS 86 (33.98% from 255) = 39.81%

 BLUE value IS 89 (35.16% from 255) = 41.2%

R = 18.98%
G = 39.81%
B = 41.2%

CMYK

 C value IS 0.54

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#295659 (or 0x295659) is known color: Dark Slate Grey. HEX triplet: 29, 56 and 59. RGB value is (41,86,89). Sum of RGB (Red+Green+Blue) = 41+86+89=216 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.98% from 216); Green value is 86 (33.98% from 255 or 39.81% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 89 - color contains mainly: blue. Hex color #295659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295659 is #D6A9A6. Grayscale: #484848. Windows color (decimal): -14068135 or 5854761. OLE color: 5854761.

HSL color Cylindrical-coordinate representation of color #295659: hue angle of 183.75º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #295659 is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 86 89 -
CMYK 0.54 0.03 0 0.65
HSL 183.75º 0.37% 0.25% -
HSV(B) 183.75º 0.54% 0.35% -
XYZ 6.05 7.85 10.65 -
YUV 72.89 137.09 105.26 -
System Red Green Blue C M Y K H S L
Decimal 41 86 89 0.54 0.03 0 0.65 183.75 0.37 0.25
Hex 29 56 59 36 3 0 41 B8 25 19
Octal 51 126 131 66 3 0 101 270 45 31
Binary 101001 1010110 1011001 110110 11 0 1000001 10111000 100101 11001

Color Harmonies of #295659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295659

Black with #295659

Text Example


Text Example

White with #295659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295659; }

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

 H1.HeaderClassName
 {
   color: #295659;
 }
 .AnyTagClassName
 {
   color: #295659;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #295659;
 }
 .BgClassName
 {
   background-color: #295659;
 }
</style>

border-color css

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

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

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