#245053

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

Shades of Dark Slate Grey #245053

Tints of Dark Slate Grey #245053

Color information

#245053 (or 0x245053) is unknown color: approx Dark Slate Grey. HEX triplet: 24, 50 and 53. RGB value is (36,80,83). Sum of RGB (Red+Green+Blue) = 36+80+83=199 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.09% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 83 (32.81% from 255 or 41.71% from 199); Max value from RGB is 83 - color contains mainly: blue. Hex color #245053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245053 is #DBAFAC. Grayscale: #434343. Windows color (decimal): -14397357 or 5460004. OLE color: 5460004.

HSL color Cylindrical-coordinate representation of color #245053: hue angle of 183.83º 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 #245053 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB368083-
CMYK0.570.0400.67
HSL183.83º39.5%23.33%-
HSV(B)183.83º56.63%32.55%-
XYZ5.166.749.21-
YUV67.19136.92105.76-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.09%
GREEN value IS 80 (31.64% from 255) = 40.20%
BLUE value IS 83 (32.81% from 255) = 41.71%
R=18.09%
G=40.20%
B=41.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3680830.570.0400.67183.8339.523.33
Hex245053394043b82717
Octal4412012371401032704727
Binary10010010100001010011111001100010000111011100010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245053; }

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

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

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

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

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

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

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

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