Html Css Color HEX #225558 Dark Slate Grey

📋 copy color: '#225558'

red 34 ◦ green 85 ◦ blue 88

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

Shades of Dark Slate Grey #225558

Tints of Dark Slate Grey #225558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 42.51%

R = 16.43%
G = 41.06%
B = 42.51%

CMYK

 C value IS 0.61

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#225558 (or 0x225558) is known color: Dark Slate Grey. HEX triplet: 22, 55 and 58. RGB value is (34,85,88). Sum of RGB (Red+Green+Blue) = 34+85+88=207 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.43% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 88 (34.77% from 255 or 42.51% from 207); Max value from RGB is 88 - color contains mainly: blue. Hex color #225558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225558 is #DDAAA7. Grayscale: #464646. Windows color (decimal): -14527144 or 5788962. OLE color: 5788962.

HSL color Cylindrical-coordinate representation of color #225558: hue angle of 183.33º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #225558 is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 34 85 88 -
CMYK 0.61 0.03 0 0.65
HSL 183.33º 0.44% 0.24% -
HSV(B) 183.33º 0.61% 0.35% -
XYZ 5.67 7.54 10.39 -
YUV 70.09 138.1 102.26 -
System Red Green Blue C M Y K H S L
Decimal 34 85 88 0.61 0.03 0 0.65 183.33 0.44 0.24
Hex 22 55 58 3D 3 0 41 B7 2C 18
Octal 42 125 130 75 3 0 101 267 54 30
Binary 100010 1010101 1011000 111101 11 0 1000001 10110111 101100 11000

Color Harmonies of #225558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225558

Black with #225558

Text Example


Text Example

White with #225558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225558; }

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

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

background-color css

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

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

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

border-color css

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

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

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