Html Css Color HEX #295553 Dark Slate Grey

📋 copy color: '#295553'

red 41 ◦ green 85 ◦ blue 83

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

Shades of Dark Slate Grey #295553

Tints of Dark Slate Grey #295553

RGB

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

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

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

R = 19.62%
G = 40.67%
B = 39.71%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.02

 K value IS 0.67

RGB Variations

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

Color information

#295553 (or 0x295553) is known color: Dark Slate Grey. HEX triplet: 29, 55 and 53. RGB value is (41,85,83). Sum of RGB (Red+Green+Blue) = 41+85+83=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 83 (32.81% from 255 or 39.71% from 209); Max value from RGB is 85 - color contains mainly: green. Hex color #295553 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295553 is #D6AAAC. Grayscale: #474747. Windows color (decimal): -14068397 or 5461289. OLE color: 5461289.

HSL color Cylindrical-coordinate representation of color #295553: hue angle of 177.27º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #295553 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 85 83 -
CMYK 0.52 0 0.02 0.67
HSL 177.27º 0.35% 0.25% -
HSV(B) 177.27º 0.52% 0.33% -
XYZ 5.72 7.59 9.35 -
YUV 71.62 134.42 106.16 -
System Red Green Blue C M Y K H S L
Decimal 41 85 83 0.52 0 0.02 0.67 177.27 0.35 0.25
Hex 29 55 53 34 0 2 43 B1 23 19
Octal 51 125 123 64 0 2 103 261 43 31
Binary 101001 1010101 1010011 110100 0 10 1000011 10110001 100011 11001

Color Harmonies of #295553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295553

Black with #295553

Text Example


Text Example

White with #295553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295553; }

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

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

background-color css

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

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

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

border-color css

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

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

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