Html Css Color HEX #295559 Dark Slate Grey

📋 copy color: '#295559'

red 41 ◦ green 85 ◦ blue 89

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

Shades of Dark Slate Grey #295559

Tints of Dark Slate Grey #295559

RGB

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

 GREEN value IS 85 (33.59% from 255) = 39.53%

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

R = 19.07%
G = 39.53%
B = 41.4%

CMYK

 C value IS 0.54

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#295559 (or 0x295559) is known color: Dark Slate Grey. HEX triplet: 29, 55 and 59. RGB value is (41,85,89). Sum of RGB (Red+Green+Blue) = 41+85+89=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 89 - color contains mainly: blue. Hex color #295559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295559 is #D6AAA6. Grayscale: #484848. Windows color (decimal): -14068391 or 5854505. OLE color: 5854505.

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

Color convert

RGB 41 85 89 -
CMYK 0.54 0.04 0 0.65
HSL 185º 0.37% 0.25% -
HSV(B) 185º 0.54% 0.35% -
XYZ 5.97 7.69 10.62 -
YUV 72.3 137.42 105.67 -
System Red Green Blue C M Y K H S L
Decimal 41 85 89 0.54 0.04 0 0.65 185 0.37 0.25
Hex 29 55 59 36 4 0 41 B9 25 19
Octal 51 125 131 66 4 0 101 271 45 31
Binary 101001 1010101 1011001 110110 100 0 1000001 10111001 100101 11001

Color Harmonies of #295559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295559

Black with #295559

Text Example


Text Example

White with #295559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295559; }

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

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

background-color css

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

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

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

border-color css

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

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

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