Html Css Color HEX #295859 Dark Slate Grey

📋 copy color: '#295859'

red 41 ◦ green 88 ◦ blue 89

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

Shades of Dark Slate Grey #295859

Tints of Dark Slate Grey #295859

RGB

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

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

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

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

CMYK

 C value IS 0.54

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

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

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

Color convert

RGB 41 88 89 -
CMYK 0.54 0.01 0 0.65
HSL 181.25º 0.37% 0.25% -
HSV(B) 181.25º 0.54% 0.35% -
XYZ 6.21 8.17 10.7 -
YUV 74.06 136.43 104.42 -
System Red Green Blue C M Y K H S L
Decimal 41 88 89 0.54 0.01 0 0.65 181.25 0.37 0.25
Hex 29 58 59 36 1 0 41 B5 25 19
Octal 51 130 131 66 1 0 101 265 45 31
Binary 101001 1011000 1011001 110110 1 0 1000001 10110101 100101 11001

Color Harmonies of #295859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295859

Black with #295859

Text Example


Text Example

White with #295859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295859; }

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

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

background-color css

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

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

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

border-color css

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

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

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