Html Css Color HEX #225554 Dark Slate Grey

📋 copy color: '#225554'

red 34 ◦ green 85 ◦ blue 84

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

Shades of Dark Slate Grey #225554

Tints of Dark Slate Grey #225554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 41.38%

R = 16.75%
G = 41.87%
B = 41.38%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#225554 (or 0x225554) is known color: Dark Slate Grey. HEX triplet: 22, 55 and 54. RGB value is (34,85,84). Sum of RGB (Red+Green+Blue) = 34+85+84=203 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.75% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 84 (33.20% from 255 or 41.38% from 203); Max value from RGB is 85 - color contains mainly: green. Hex color #225554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225554 is #DDAAAB. Grayscale: #454545. Windows color (decimal): -14527148 or 5526818. OLE color: 5526818.

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

Color convert

RGB 34 85 84 -
CMYK 0.60 0 0.01 0.67
HSL 178.82º 0.43% 0.23% -
HSV(B) 178.82º 0.6% 0.33% -
XYZ 5.51 7.48 9.54 -
YUV 69.64 136.1 102.58 -
System Red Green Blue C M Y K H S L
Decimal 34 85 84 0.60 0 0.01 0.67 178.82 0.43 0.23
Hex 22 55 54 3C 0 1 43 B3 2B 17
Octal 42 125 124 74 0 1 103 263 53 27
Binary 100010 1010101 1010100 111100 0 1 1000011 10110011 101011 10111

Color Harmonies of #225554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225554

Black with #225554

Text Example


Text Example

White with #225554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225554; }

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

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

background-color css

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

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

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

border-color css

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

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

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