#245556

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

Shades of Dark Slate Grey #245556

Tints of Dark Slate Grey #245556

Color information

#245556 (or 0x245556) is unknown color: approx Dark Slate Grey. HEX triplet: 24, 55 and 56. RGB value is (36,85,86). Sum of RGB (Red+Green+Blue) = 36+85+86=207 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.39% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 86 (33.98% from 255 or 41.55% from 207); Max value from RGB is 86 - color contains mainly: blue. Hex color #245556 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245556 is #DBAAA9. Grayscale: #464646. Windows color (decimal): -14396074 or 5657892. OLE color: 5657892.

HSL color Cylindrical-coordinate representation of color #245556: hue angle of 181.2º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #245556 is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB368586-
CMYK0.580.0100.66
HSL181.2º40.98%23.92%-
HSV(B)181.2º58.14%33.73%-
XYZ5.667.549.96-
YUV70.46136.77103.42-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.39%
GREEN value IS 85 (33.59% from 255) = 41.06%
BLUE value IS 86 (33.98% from 255) = 41.55%
R=17.39%
G=41.06%
B=41.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3685860.580.0100.66181.240.9823.92
Hex2455563A1042b52918
Octal4412512672101022655130
Binary100100101010110101101110101010000101011010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245556; }

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

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

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

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

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

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

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

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