Html Css Color HEX #225552 Dark Slate Grey

📋 copy color: '#225552'

red 34 ◦ green 85 ◦ blue 82

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

Shades of Dark Slate Grey #225552

Tints of Dark Slate Grey #225552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 40.8%

R = 16.92%
G = 42.29%
B = 40.8%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#225552 (or 0x225552) is known color: Dark Slate Grey. HEX triplet: 22, 55 and 52. RGB value is (34,85,82). Sum of RGB (Red+Green+Blue) = 34+85+82=201 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.92% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 85 - color contains mainly: green. Hex color #225552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225552 is #DDAAAD. Grayscale: #454545. Windows color (decimal): -14527150 or 5395746. OLE color: 5395746.

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

Color convert

RGB 34 85 82 -
CMYK 0.60 0 0.04 0.67
HSL 176.47º 0.43% 0.23% -
HSV(B) 176.47º 0.6% 0.33% -
XYZ 5.43 7.45 9.13 -
YUV 69.41 135.1 102.74 -
System Red Green Blue C M Y K H S L
Decimal 34 85 82 0.60 0 0.04 0.67 176.47 0.43 0.23
Hex 22 55 52 3C 0 4 43 B0 2B 17
Octal 42 125 122 74 0 4 103 260 53 27
Binary 100010 1010101 1010010 111100 0 100 1000011 10110000 101011 10111

Color Harmonies of #225552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225552

Black with #225552

Text Example


Text Example

White with #225552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225552; }

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

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

background-color css

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

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

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

border-color css

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

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

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