#245253

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

Shades of Dark Slate Grey #245253

Tints of Dark Slate Grey #245253

Color information

#245253 (or 0x245253) is unknown color: approx Dark Slate Grey. HEX triplet: 24, 52 and 53. RGB value is (36,82,83). Sum of RGB (Red+Green+Blue) = 36+82+83=201 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.91% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 83 (32.81% from 255 or 41.29% from 201); Max value from RGB is 83 - color contains mainly: blue. Hex color #245253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245253 is #DBADAC. Grayscale: #444444. Windows color (decimal): -14396845 or 5460516. OLE color: 5460516.

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

Color convert

RGB368283-
CMYK0.570.0100.67
HSL181.28º39.5%23.33%-
HSV(B)181.28º56.63%32.55%-
XYZ5.317.039.26-
YUV68.36136.26104.92-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 17.91%
GREEN value IS 82 (32.42% from 255) = 40.80%
BLUE value IS 83 (32.81% from 255) = 41.29%
R=17.91%
G=40.80%
B=41.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3682830.570.0100.67181.2839.523.33
Hex245253391043b52717
Octal4412212371101032654727
Binary100100101001010100111110011010000111011010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245253; }

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

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

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

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

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

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

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

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