Html Css Color HEX #55A185 Patina

📋 copy color: '#55A185'

red 85 ◦ green 161 ◦ blue 133

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

Shades of Patina #55A185

Tints of Patina #55A185

RGB

 RED value IS 85 (33.59% from 255) = 22.43%

 GREEN value IS 161 (63.28% from 255) = 42.48%

 BLUE value IS 133 (52.34% from 255) = 35.09%

R = 22.43%
G = 42.48%
B = 35.09%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#55A185 (or 0x55A185) is known color: Patina. HEX triplet: 55, A1 and 85. RGB value is (85,161,133). Sum of RGB (Red+Green+Blue) = 85+161+133=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 161 (63.28% from 255 or 42.48% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 161 - color contains mainly: green. Hex color #55A185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A185 is #AA5E7A. Grayscale: #878787. Windows color (decimal): -11165307 or 8757589. OLE color: 8757589.

HSL color Cylindrical-coordinate representation of color #55A185: hue angle of 157.89º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #55A185 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 85 161 133 -
CMYK 0.47 0 0.17 0.37
HSL 157.89º 0.31% 0.48% -
HSV(B) 157.89º 0.47% 0.63% -
XYZ 20.72 29.11 26.72 -
YUV 135.08 126.82 92.28 -
System Red Green Blue C M Y K H S L
Decimal 85 161 133 0.47 0 0.17 0.37 157.89 0.31 0.48
Hex 55 A1 85 2F 0 11 25 9E 1F 30
Octal 125 241 205 57 0 21 45 236 37 60
Binary 1010101 10100001 10000101 101111 0 10001 100101 10011110 11111 110000

Color Harmonies of #55A185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A185

Black with #55A185

Text Example


Text Example

White with #55A185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55A185; }

 p { color: rgb(85,161,133); }

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

background-color css

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

 a { background-color: rgb(85,161,133); }

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

border-color css

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

 span { border-color: rgb(85,161,133); }

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