Html Css Color HEX #245552 Dark Slate Grey

📋 copy color: '#245552'

red 36 ◦ green 85 ◦ blue 82

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

Shades of Dark Slate Grey #245552

Tints of Dark Slate Grey #245552

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.87%

 BLUE value IS 82 (32.42% from 255) = 40.39%

R = 17.73%
G = 41.87%
B = 40.39%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#245552 (or 0x245552) is known color: Dark Slate Grey. HEX triplet: 24, 55 and 52. RGB value is (36,85,82). Sum of RGB (Red+Green+Blue) = 36+85+82=203 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.73% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 85 - color contains mainly: green. Hex color #245552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245552 is #DBAAAD. Grayscale: #454545. Windows color (decimal): -14396078 or 5395748. OLE color: 5395748.

HSL color Cylindrical-coordinate representation of color #245552: hue angle of 176.33º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #245552 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB 36 85 82 -
CMYK 0.58 0 0.04 0.67
HSL 176.33º 0.4% 0.24% -
HSV(B) 176.33º 0.58% 0.33% -
XYZ 5.5 7.48 9.14 -
YUV 70.01 134.77 103.74 -
System Red Green Blue C M Y K H S L
Decimal 36 85 82 0.58 0 0.04 0.67 176.33 0.4 0.24
Hex 24 55 52 3A 0 4 43 B0 28 18
Octal 44 125 122 72 0 4 103 260 50 30
Binary 100100 1010101 1010010 111010 0 100 1000011 10110000 101000 11000

Color Harmonies of #245552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245552

Black with #245552

Text Example


Text Example

White with #245552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245552; }

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

 H1.HeaderClassName
 {
   color: #245552;
 }
 .AnyTagClassName
 {
   color: #245552;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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