Html Css Color HEX #295A59 Dark Slate Grey

📋 copy color: '#295A59'

red 41 ◦ green 90 ◦ blue 89

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

Shades of Dark Slate Grey #295A59

Tints of Dark Slate Grey #295A59

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.91%

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

R = 18.64%
G = 40.91%
B = 40.45%

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

#295A59 (or 0x295A59) is known color: Dark Slate Grey. HEX triplet: 29, 5A and 59. RGB value is (41,90,89). Sum of RGB (Red+Green+Blue) = 41+90+89=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 90 (35.55% from 255 or 40.91% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 90 - color contains mainly: green. Hex color #295A59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295A59 is #D6A5A6. Grayscale: #4B4B4B. Windows color (decimal): -14067111 or 5855785. OLE color: 5855785.

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

Color convert

RGB 41 90 89 -
CMYK 0.54 0 0.01 0.65
HSL 178.78º 0.37% 0.26% -
HSV(B) 178.78º 0.54% 0.35% -
XYZ 6.37 8.51 10.76 -
YUV 75.24 135.77 103.58 -
System Red Green Blue C M Y K H S L
Decimal 41 90 89 0.54 0 0.01 0.65 178.78 0.37 0.26
Hex 29 5A 59 36 0 1 41 B3 25 1A
Octal 51 132 131 66 0 1 101 263 45 32
Binary 101001 1011010 1011001 110110 0 1 1000001 10110011 100101 11010

Color Harmonies of #295A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295A59

Black with #295A59

Text Example


Text Example

White with #295A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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