Html Css Color HEX #295958 Dark Slate Grey

📋 copy color: '#295958'

red 41 ◦ green 89 ◦ blue 88

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

Shades of Dark Slate Grey #295958

Tints of Dark Slate Grey #295958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 40.37%

R = 18.81%
G = 40.83%
B = 40.37%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#295958 (or 0x295958) is known color: Dark Slate Grey. HEX triplet: 29, 59 and 58. RGB value is (41,89,88). Sum of RGB (Red+Green+Blue) = 41+89+88=218 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.81% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 89 - color contains mainly: green. Hex color #295958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295958 is #D6A6A7. Grayscale: #4A4A4A. Windows color (decimal): -14067368 or 5789993. OLE color: 5789993.

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

Color convert

RGB 41 89 88 -
CMYK 0.54 0 0.01 0.65
HSL 178.75º 0.37% 0.25% -
HSV(B) 178.75º 0.54% 0.35% -
XYZ 6.25 8.32 10.51 -
YUV 74.53 135.6 104.08 -
System Red Green Blue C M Y K H S L
Decimal 41 89 88 0.54 0 0.01 0.65 178.75 0.37 0.25
Hex 29 59 58 36 0 1 41 B3 25 19
Octal 51 131 130 66 0 1 101 263 45 31
Binary 101001 1011001 1011000 110110 0 1 1000001 10110011 100101 11001

Color Harmonies of #295958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295958

Black with #295958

Text Example


Text Example

White with #295958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295958; }

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

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

background-color css

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

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

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

border-color css

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

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

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