Html Css Color HEX #295959 Dark Slate Grey

📋 copy color: '#295959'

red 41 ◦ green 89 ◦ blue 89

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

Shades of Dark Slate Grey #295959

Tints of Dark Slate Grey #295959

RGB

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

 GREEN value IS 89 (35.16% from 255) = 40.64%

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

R = 18.72%
G = 40.64%
B = 40.64%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#295959 (or 0x295959) is known color: Dark Slate Grey. HEX triplet: 29, 59 and 59. RGB value is (41,89,89). Sum of RGB (Red+Green+Blue) = 41+89+89=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 89 - color contains mainly: green, blue. Hex color #295959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295959 is #D6A6A6. Grayscale: #4A4A4A. Windows color (decimal): -14067367 or 5855529. OLE color: 5855529.

HSL color Cylindrical-coordinate representation of color #295959: hue angle of 180º 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 #295959 is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 41 89 89 -
CMYK 0.54 0 0 0.65
HSL 180º 0.37% 0.25% -
HSV(B) 180º 0.54% 0.35% -
XYZ 6.29 8.34 10.73 -
YUV 74.65 136.1 104 -
System Red Green Blue C M Y K H S L
Decimal 41 89 89 0.54 0 0 0.65 180 0.37 0.25
Hex 29 59 59 36 0 0 41 B4 25 19
Octal 51 131 131 66 0 0 101 264 45 31
Binary 101001 1011001 1011001 110110 0 0 1000001 10110100 100101 11001

Color Harmonies of #295959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295959

Black with #295959

Text Example


Text Example

White with #295959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295959; }

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

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

background-color css

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

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

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

border-color css

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

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

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