Html Css Color HEX #245555 Dark Slate Grey

📋 copy color: '#245555'

red 36 ◦ green 85 ◦ blue 85

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

Shades of Dark Slate Grey #245555

Tints of Dark Slate Grey #245555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 41.26%

R = 17.48%
G = 41.26%
B = 41.26%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#245555 (or 0x245555) is known color: Dark Slate Grey. HEX triplet: 24, 55 and 55. RGB value is (36,85,85). Sum of RGB (Red+Green+Blue) = 36+85+85=206 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.48% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #245555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245555 is #DBAAAA. Grayscale: #464646. Windows color (decimal): -14396075 or 5592356. OLE color: 5592356.

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

Color convert

RGB 36 85 85 -
CMYK 0.58 0 0 0.67
HSL 180º 0.4% 0.24% -
HSV(B) 180º 0.58% 0.33% -
XYZ 5.62 7.53 9.75 -
YUV 70.35 136.27 103.5 -
System Red Green Blue C M Y K H S L
Decimal 36 85 85 0.58 0 0 0.67 180 0.4 0.24
Hex 24 55 55 3A 0 0 43 B4 28 18
Octal 44 125 125 72 0 0 103 264 50 30
Binary 100100 1010101 1010101 111010 0 0 1000011 10110100 101000 11000

Color Harmonies of #245555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245555

Black with #245555

Text Example


Text Example

White with #245555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245555; }

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

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

background-color css

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

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

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

border-color css

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

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

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