#245555

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

Shades of Dark Slate Grey #245555

Tints of Dark Slate Grey #245555

Color information

#245555 (or 0x245555) is unknown color: approx Dark Slate Grey. HEX triplet: 24, 55 and 55. RGB value is (36,85,85). Sum of RGB (Red+Green+Blue) = 36+85+85=206 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.48% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #245555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245555 is #DBAAAA. Grayscale: #464646. Windows color (decimal): -14396075 or 5592356. OLE color: 5592356.

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

Color convert

RGB368585-
CMYK0.58000.67
HSL180º40.5%23.73%-
HSV(B)180º57.65%33.33%-
XYZ5.627.539.75-
YUV70.35136.27103.5-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.48%
GREEN value IS 85 (33.59% from 255) = 41.26%
BLUE value IS 85 (33.59% from 255) = 41.26%
R=17.48%
G=41.26%
B=41.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3685850.58000.6718040.523.73
Hex2455553A0043b42818
Octal4412512572001032645030
Binary100100101010110101011110100010000111011010010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245555; }

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

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

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

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

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

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

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

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