#295658

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

Shades of Dark Slate Grey #295658

Tints of Dark Slate Grey #295658

Color information

#295658 (or 0x295658) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 56 and 58. RGB value is (41,86,88). Sum of RGB (Red+Green+Blue) = 41+86+88=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 86 (33.98% from 255 or 40% from 215); Blue value is 88 (34.77% from 255 or 40.93% from 215); Max value from RGB is 88 - color contains mainly: blue. Hex color #295658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295658 is #D6A9A7. Grayscale: #484848. Windows color (decimal): -14068136 or 5789225. OLE color: 5789225.

HSL color Cylindrical-coordinate representation of color #295658: hue angle of 182.55º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #295658 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB418688-
CMYK0.530.0200.65
HSL182.55º36.43%25.29%-
HSV(B)182.55º53.41%34.51%-
XYZ67.8310.43-
YUV72.77136.59105.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.07%
GREEN value IS 86 (33.98% from 255) = 40%
BLUE value IS 88 (34.77% from 255) = 40.93%
R=19.07%
G=40%
B=40.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4186880.530.0200.65182.5536.4325.29
Hex295658352041b72419
Octal5112613065201012674431
Binary1010011010110101100011010110010000011011011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295658; }

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

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

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

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

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

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

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

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