#245153

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

Shades of Dark Slate Grey #245153

Tints of Dark Slate Grey #245153

Color information

#245153 (or 0x245153) is unknown color: approx Dark Slate Grey. HEX triplet: 24, 51 and 53. RGB value is (36,81,83). Sum of RGB (Red+Green+Blue) = 36+81+83=200 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18% from 200); Green value is 81 (32.03% from 255 or 40.5% from 200); Blue value is 83 (32.81% from 255 or 41.5% from 200); Max value from RGB is 83 - color contains mainly: blue. Hex color #245153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245153 is #DBAEAC. Grayscale: #434343. Windows color (decimal): -14397101 or 5460260. OLE color: 5460260.

HSL color Cylindrical-coordinate representation of color #245153: hue angle of 182.55º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #245153 is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB368183-
CMYK0.570.0200.67
HSL182.55º39.5%23.33%-
HSV(B)182.55º56.63%32.55%-
XYZ5.236.889.24-
YUV67.77136.59105.34-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18%
GREEN value IS 81 (32.03% from 255) = 40.5%
BLUE value IS 83 (32.81% from 255) = 41.5%
R=18%
G=40.5%
B=41.5%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3681830.570.0200.67182.5539.523.33
Hex245153392043b72717
Octal4412112371201032674727
Binary1001001010001101001111100110010000111011011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245153; }

 p { color: rgb(36,81,83); }

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

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

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

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

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

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

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