Html Css Color HEX #225550 Dark Slate Grey

📋 copy color: '#225550'

red 34 ◦ green 85 ◦ blue 80

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

Shades of Dark Slate Grey #225550

Tints of Dark Slate Grey #225550

RGB

 RED value IS 34 (13.67% from 255) = 17.09%

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

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

R = 17.09%
G = 42.71%
B = 40.2%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#225550 (or 0x225550) is known color: Dark Slate Grey. HEX triplet: 22, 55 and 50. RGB value is (34,85,80). Sum of RGB (Red+Green+Blue) = 34+85+80=199 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.09% from 199); Green value is 85 (33.59% from 255 or 42.71% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 85 - color contains mainly: green. Hex color #225550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225550 is #DDAAAF. Grayscale: #454545. Windows color (decimal): -14527152 or 5264674. OLE color: 5264674.

HSL color Cylindrical-coordinate representation of color #225550: hue angle of 174.12º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #225550 is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 34 85 80 -
CMYK 0.60 0 0.06 0.67
HSL 174.12º 0.43% 0.23% -
HSV(B) 174.12º 0.6% 0.33% -
XYZ 5.36 7.42 8.74 -
YUV 69.18 134.1 102.91 -
System Red Green Blue C M Y K H S L
Decimal 34 85 80 0.60 0 0.06 0.67 174.12 0.43 0.23
Hex 22 55 50 3C 0 6 43 AE 2B 17
Octal 42 125 120 74 0 6 103 256 53 27
Binary 100010 1010101 1010000 111100 0 110 1000011 10101110 101011 10111

Color Harmonies of #225550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225550

Black with #225550

Text Example


Text Example

White with #225550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225550; }

 p { color: rgb(34,85,80); }

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

background-color css

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

 a { background-color: rgb(34,85,80); }

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

border-color css

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

 span { border-color: rgb(34,85,80); }

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