Html Css Color HEX #295756 Dark Slate Grey

📋 copy color: '#295756'

red 41 ◦ green 87 ◦ blue 86

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

Shades of Dark Slate Grey #295756

Tints of Dark Slate Grey #295756

RGB

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

 GREEN value IS 87 (34.38% from 255) = 40.65%

 BLUE value IS 86 (33.98% from 255) = 40.19%

R = 19.16%
G = 40.65%
B = 40.19%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.01

 K value IS 0.66

RGB Variations

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

Color information

#295756 (or 0x295756) is known color: Dark Slate Grey. HEX triplet: 29, 57 and 56. RGB value is (41,87,86). Sum of RGB (Red+Green+Blue) = 41+87+86=214 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.16% from 214); Green value is 87 (34.38% from 255 or 40.65% from 214); Blue value is 86 (33.98% from 255 or 40.19% from 214); Max value from RGB is 87 - color contains mainly: green. Hex color #295756 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295756 is #D6A8A9. Grayscale: #494949. Windows color (decimal): -14067882 or 5658409. OLE color: 5658409.

HSL color Cylindrical-coordinate representation of color #295756: hue angle of 178.7º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #295756 is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB 41 87 86 -
CMYK 0.53 0 0.01 0.66
HSL 178.7º 0.36% 0.25% -
HSV(B) 178.7º 0.53% 0.34% -
XYZ 6 7.96 10.02 -
YUV 73.13 135.26 105.08 -
System Red Green Blue C M Y K H S L
Decimal 41 87 86 0.53 0 0.01 0.66 178.7 0.36 0.25
Hex 29 57 56 35 0 1 42 B3 24 19
Octal 51 127 126 65 0 1 102 263 44 31
Binary 101001 1010111 1010110 110101 0 1 1000010 10110011 100100 11001

Color Harmonies of #295756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295756

Black with #295756

Text Example


Text Example

White with #295756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295756; }

 p { color: rgb(41,87,86); }

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

background-color css

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

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

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

border-color css

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

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

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