Html Css Color HEX #245053 Dark Slate Grey

📋 copy color: '#245053'

red 36 ◦ green 80 ◦ blue 83

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

Shades of Dark Slate Grey #245053

Tints of Dark Slate Grey #245053

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.2%

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

R = 18.09%
G = 40.2%
B = 41.71%

CMYK

 C value IS 0.57

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

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

RGB 36 80 83 -
CMYK 0.57 0.04 0 0.67
HSL 183.83º 0.39% 0.23% -
HSV(B) 183.83º 0.57% 0.33% -
XYZ 5.16 6.74 9.21 -
YUV 67.19 136.92 105.76 -
System Red Green Blue C M Y K H S L
Decimal 36 80 83 0.57 0.04 0 0.67 183.83 0.39 0.23
Hex 24 50 53 39 4 0 43 B8 27 17
Octal 44 120 123 71 4 0 103 270 47 27
Binary 100100 1010000 1010011 111001 100 0 1000011 10111000 100111 10111

Color Harmonies of #245053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245053

Black with #245053

Text Example


Text Example

White with #245053

Text Example


Text Example

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