Html Css Color HEX #245253 Dark Slate Grey

📋 copy color: '#245253'

red 36 ◦ green 82 ◦ blue 83

#245253
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Grey #245253

Tints of Dark Slate Grey #245253

RGB

 RED value IS 36 (14.45% from 255) = 17.91%

 GREEN value IS 82 (32.42% from 255) = 40.8%

 BLUE value IS 83 (32.81% from 255) = 41.29%

R = 17.91%
G = 40.8%
B = 41.29%

CMYK

 C value IS 0.57

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#245253 (or 0x245253) is known color: 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

RGB 36 82 83 -
CMYK 0.57 0.01 0 0.67
HSL 181.28º 0.39% 0.23% -
HSV(B) 181.28º 0.57% 0.33% -
XYZ 5.31 7.03 9.26 -
YUV 68.36 136.26 104.92 -
System Red Green Blue C M Y K H S L
Decimal 36 82 83 0.57 0.01 0 0.67 181.28 0.39 0.23
Hex 24 52 53 39 1 0 43 B5 27 17
Octal 44 122 123 71 1 0 103 265 47 27
Binary 100100 1010010 1010011 111001 1 0 1000011 10110101 100111 10111

Color Harmonies of #245253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245253

Black with #245253

Text Example


Text Example

White with #245253

Text Example


Text Example

HTML Codes & Css Web 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>