Html Css Color HEX #295053 Dark Slate Grey

📋 copy color: '#295053'

red 41 ◦ green 80 ◦ blue 83

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

Shades of Dark Slate Grey #295053

Tints of Dark Slate Grey #295053

RGB

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

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

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

R = 20.1%
G = 39.22%
B = 40.69%

CMYK

 C value IS 0.51

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#295053 (or 0x295053) is known color: Dark Slate Grey. HEX triplet: 29, 50 and 53. RGB value is (41,80,83). Sum of RGB (Red+Green+Blue) = 41+80+83=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 80 (31.64% from 255 or 39.22% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 83 - color contains mainly: blue. Hex color #295053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295053 is #D6AFAC. Grayscale: #444444. Windows color (decimal): -14069677 or 5460009. OLE color: 5460009.

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

Color convert

RGB 41 80 83 -
CMYK 0.51 0.04 0 0.67
HSL 184.29º 0.34% 0.24% -
HSV(B) 184.29º 0.51% 0.33% -
XYZ 5.34 6.83 9.22 -
YUV 68.68 136.08 108.26 -
System Red Green Blue C M Y K H S L
Decimal 41 80 83 0.51 0.04 0 0.67 184.29 0.34 0.24
Hex 29 50 53 33 4 0 43 B8 22 18
Octal 51 120 123 63 4 0 103 270 42 30
Binary 101001 1010000 1010011 110011 100 0 1000011 10111000 100010 11000

Color Harmonies of #295053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295053

Black with #295053

Text Example


Text Example

White with #295053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295053; }

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

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

background-color css

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

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

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

border-color css

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

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

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