#295459

Color #295459 Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #295459

Tints of Dark Slate Grey #295459

Color information

#295459 (or 0x295459) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 54 and 59. RGB value is (41,84,89). Sum of RGB (Red+Green+Blue) = 41+84+89=214 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.16% from 214); Green value is 84 (33.20% from 255 or 39.25% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 89 - color contains mainly: blue. Hex color #295459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295459 is #D6ABA6. Grayscale: #474747. Windows color (decimal): -14068647 or 5854249. OLE color: 5854249.

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

Color convert

RGB418489-
CMYK0.540.0600.65
HSL186.25º36.92%25.49%-
HSV(B)186.25º53.93%34.9%-
XYZ5.897.5310.59-
YUV71.71137.75106.09-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.16%
GREEN value IS 84 (33.20% from 255) = 39.25%
BLUE value IS 89 (35.16% from 255) = 41.59%
R=19.16%
G=39.25%
B=41.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4184890.540.0600.65186.2536.9225.49
Hex295459366041ba2519
Octal5112413166601012724531
Binary10100110101001011001110110110010000011011101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295459; }

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

 H1.HeaderClassName
 {
   color: #295459;
 }
 .AnyTagClassName
 {
   color: #295459;
 }
</style>
background-color css

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

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

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

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

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

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