#295557

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

Shades of Dark Slate Grey #295557

Tints of Dark Slate Grey #295557

Color information

#295557 (or 0x295557) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 55 and 57. RGB value is (41,85,87). Sum of RGB (Red+Green+Blue) = 41+85+87=213 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.25% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 87 (34.38% from 255 or 40.85% from 213); Max value from RGB is 87 - color contains mainly: blue. Hex color #295557 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295557 is #D6AAA8. Grayscale: #484848. Windows color (decimal): -14068393 or 5723433. OLE color: 5723433.

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

Color convert

RGB418587-
CMYK0.530.0200.66
HSL182.61º35.94%25.1%-
HSV(B)182.61º52.87%34.12%-
XYZ5.887.6610.18-
YUV72.07136.42105.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.25%
GREEN value IS 85 (33.59% from 255) = 39.91%
BLUE value IS 87 (34.38% from 255) = 40.85%
R=19.25%
G=39.91%
B=40.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4185870.530.0200.66182.6135.9425.1
Hex295557352042b72419
Octal5112512765201022674431
Binary1010011010101101011111010110010000101011011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295557; }

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

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

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

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

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

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

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

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