Html Css Color HEX #295253 Dark Slate Grey

📋 copy color: '#295253'

red 41 ◦ green 82 ◦ blue 83

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

Shades of Dark Slate Grey #295253

Tints of Dark Slate Grey #295253

RGB

 RED value IS 41 (16.41% from 255) = 19.9%

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

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

R = 19.9%
G = 39.81%
B = 40.29%

CMYK

 C value IS 0.51

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#295253 (or 0x295253) is known color: Dark Slate Grey. HEX triplet: 29, 52 and 53. RGB value is (41,82,83). Sum of RGB (Red+Green+Blue) = 41+82+83=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 83 - color contains mainly: blue. Hex color #295253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295253 is #D6ADAC. Grayscale: #454545. Windows color (decimal): -14069165 or 5460521. OLE color: 5460521.

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

Color convert

RGB 41 82 83 -
CMYK 0.51 0.01 0 0.67
HSL 181.43º 0.34% 0.24% -
HSV(B) 181.43º 0.51% 0.33% -
XYZ 5.49 7.13 9.27 -
YUV 69.86 135.42 107.42 -
System Red Green Blue C M Y K H S L
Decimal 41 82 83 0.51 0.01 0 0.67 181.43 0.34 0.24
Hex 29 52 53 33 1 0 43 B5 22 18
Octal 51 122 123 63 1 0 103 265 42 30
Binary 101001 1010010 1010011 110011 1 0 1000011 10110101 100010 11000

Color Harmonies of #295253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295253

Black with #295253

Text Example


Text Example

White with #295253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295253; }

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

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

background-color css

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

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

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

border-color css

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

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

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