Html Css Color HEX #295256 Dark Slate Grey

📋 copy color: '#295256'

red 41 ◦ green 82 ◦ blue 86

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

Shades of Dark Slate Grey #295256

Tints of Dark Slate Grey #295256

RGB

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

 GREEN value IS 82 (32.42% from 255) = 39.23%

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

R = 19.62%
G = 39.23%
B = 41.15%

CMYK

 C value IS 0.52

 M value IS 0.05

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#295256 (or 0x295256) is known color: Dark Slate Grey. HEX triplet: 29, 52 and 56. RGB value is (41,82,86). Sum of RGB (Red+Green+Blue) = 41+82+86=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 86 (33.98% from 255 or 41.15% from 209); Max value from RGB is 86 - color contains mainly: blue. Hex color #295256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295256 is #D6ADA9. Grayscale: #464646. Windows color (decimal): -14069162 or 5657129. OLE color: 5657129.

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

Color convert

RGB 41 82 86 -
CMYK 0.52 0.05 0 0.66
HSL 185.33º 0.35% 0.25% -
HSV(B) 185.33º 0.52% 0.34% -
XYZ 5.61 7.18 9.89 -
YUV 70.2 136.92 107.17 -
System Red Green Blue C M Y K H S L
Decimal 41 82 86 0.52 0.05 0 0.66 185.33 0.35 0.25
Hex 29 52 56 34 5 0 42 B9 23 19
Octal 51 122 126 64 5 0 102 271 43 31
Binary 101001 1010010 1010110 110100 101 0 1000010 10111001 100011 11001

Color Harmonies of #295256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295256

Black with #295256

Text Example


Text Example

White with #295256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295256; }

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

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

background-color css

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

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

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

border-color css

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

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

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