Html Css Color HEX #295353 Dark Slate Grey

📋 copy color: '#295353'

red 41 ◦ green 83 ◦ blue 83

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

Shades of Dark Slate Grey #295353

Tints of Dark Slate Grey #295353

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.1%

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

R = 19.81%
G = 40.1%
B = 40.1%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#295353 (or 0x295353) is known color: Dark Slate Grey. HEX triplet: 29, 53 and 53. RGB value is (41,83,83). Sum of RGB (Red+Green+Blue) = 41+83+83=207 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.81% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 83 (32.81% from 255 or 40.10% from 207); Max value from RGB is 83 - color contains mainly: green, blue. Hex color #295353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295353 is #D6ACAC. Grayscale: #464646. Windows color (decimal): -14068909 or 5460777. OLE color: 5460777.

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

Color convert

RGB 41 83 83 -
CMYK 0.51 0 0 0.67
HSL 180º 0.34% 0.24% -
HSV(B) 180º 0.51% 0.33% -
XYZ 5.57 7.28 9.3 -
YUV 70.44 135.09 107 -
System Red Green Blue C M Y K H S L
Decimal 41 83 83 0.51 0 0 0.67 180 0.34 0.24
Hex 29 53 53 33 0 0 43 B4 22 18
Octal 51 123 123 63 0 0 103 264 42 30
Binary 101001 1010011 1010011 110011 0 0 1000011 10110100 100010 11000

Color Harmonies of #295353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295353

Black with #295353

Text Example


Text Example

White with #295353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295353; }

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

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

background-color css

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

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

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

border-color css

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

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

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