Html Css Color HEX #295450 Dark Slate Grey

📋 copy color: '#295450'

red 41 ◦ green 84 ◦ blue 80

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

Shades of Dark Slate Grey #295450

Tints of Dark Slate Grey #295450

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.98%

 BLUE value IS 80 (31.64% from 255) = 39.02%

R = 20%
G = 40.98%
B = 39.02%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#295450 (or 0x295450) is known color: Dark Slate Grey. HEX triplet: 29, 54 and 50. RGB value is (41,84,80). Sum of RGB (Red+Green+Blue) = 41+84+80=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 84 - color contains mainly: green. Hex color #295450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295450 is #D6ABAF. Grayscale: #464646. Windows color (decimal): -14068656 or 5264425. OLE color: 5264425.

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

Color convert

RGB 41 84 80 -
CMYK 0.51 0 0.05 0.67
HSL 174.42º 0.34% 0.25% -
HSV(B) 174.42º 0.51% 0.33% -
XYZ 5.53 7.39 8.72 -
YUV 70.69 133.25 106.83 -
System Red Green Blue C M Y K H S L
Decimal 41 84 80 0.51 0 0.05 0.67 174.42 0.34 0.25
Hex 29 54 50 33 0 5 43 AE 22 19
Octal 51 124 120 63 0 5 103 256 42 31
Binary 101001 1010100 1010000 110011 0 101 1000011 10101110 100010 11001

Color Harmonies of #295450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295450

Black with #295450

Text Example


Text Example

White with #295450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295450; }

 p { color: rgb(41,84,80); }

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

background-color css

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

 a { background-color: rgb(41,84,80); }

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

border-color css

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

 span { border-color: rgb(41,84,80); }

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