#295555

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

Shades of Dark Slate Grey #295555

Tints of Dark Slate Grey #295555

Color information

#295555 (or 0x295555) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 55 and 55. RGB value is (41,85,85). Sum of RGB (Red+Green+Blue) = 41+85+85=211 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.43% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 85 (33.59% from 255 or 40.28% from 211); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #295555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295555 is #D6AAAA. Grayscale: #474747. Windows color (decimal): -14068395 or 5592361. OLE color: 5592361.

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

Color convert

RGB418585-
CMYK0.52000.67
HSL180º34.92%24.71%-
HSV(B)180º51.76%33.33%-
XYZ5.87.629.76-
YUV71.84135.42106-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.43%
GREEN value IS 85 (33.59% from 255) = 40.28%
BLUE value IS 85 (33.59% from 255) = 40.28%
R=19.43%
G=40.28%
B=40.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4185850.52000.6718034.9224.71
Hex295555340043b42319
Octal5112512564001032644331
Binary101001101010110101011101000010000111011010010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295555; }

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

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

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

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

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

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

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

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