Html Css Color HEX #225055 Dark Slate Grey

📋 copy color: '#225055'

red 34 ◦ green 80 ◦ blue 85

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

Shades of Dark Slate Grey #225055

Tints of Dark Slate Grey #225055

RGB

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

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

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

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

CMYK

 C value IS 0.60

 M value IS 0.06

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

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

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

Color convert

RGB 34 80 85 -
CMYK 0.60 0.06 0 0.67
HSL 185.88º 0.43% 0.23% -
HSV(B) 185.88º 0.6% 0.33% -
XYZ 5.17 6.73 9.62 -
YUV 66.82 138.26 104.59 -
System Red Green Blue C M Y K H S L
Decimal 34 80 85 0.60 0.06 0 0.67 185.88 0.43 0.23
Hex 22 50 55 3C 6 0 43 BA 2B 17
Octal 42 120 125 74 6 0 103 272 53 27
Binary 100010 1010000 1010101 111100 110 0 1000011 10111010 101011 10111

Color Harmonies of #225055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #225055

Black with #225055

Text Example


Text Example

White with #225055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #225055; }

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

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

background-color css

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

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

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

border-color css

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

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

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