#295457

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

Shades of Dark Slate Grey #295457

Tints of Dark Slate Grey #295457

Color information

#295457 (or 0x295457) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 54 and 57. RGB value is (41,84,87). Sum of RGB (Red+Green+Blue) = 41+84+87=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 87 - color contains mainly: blue. Hex color #295457 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295457 is #D6ABA8. Grayscale: #474747. Windows color (decimal): -14068649 or 5723177. OLE color: 5723177.

HSL color Cylindrical-coordinate representation of color #295457: hue angle of 183.91º 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 #295457 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB418487-
CMYK0.530.0300.66
HSL183.91º35.94%25.1%-
HSV(B)183.91º52.87%34.12%-
XYZ5.817.510.16-
YUV71.48136.75106.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.34%
GREEN value IS 84 (33.20% from 255) = 39.62%
BLUE value IS 87 (34.38% from 255) = 41.04%
R=19.34%
G=39.62%
B=41.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4184870.530.0300.66183.9135.9425.1
Hex295457353042b82419
Octal5112412765301022704431
Binary1010011010100101011111010111010000101011100010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295457; }

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

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

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

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

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

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

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

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