Html Css Color HEX #55987A Patina

📋 copy color: '#55987A'

red 85 ◦ green 152 ◦ blue 122

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

Shades of Patina #55987A

Tints of Patina #55987A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.34%

 BLUE value IS 122 (48.05% from 255) = 33.98%

R = 23.68%
G = 42.34%
B = 33.98%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#55987A (or 0x55987A) is known color: Patina. HEX triplet: 55, 98 and 7A. RGB value is (85,152,122). Sum of RGB (Red+Green+Blue) = 85+152+122=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 152 - color contains mainly: green. Hex color #55987A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55987A is #AA6785. Grayscale: #808080. Windows color (decimal): -11167622 or 8034389. OLE color: 8034389.

HSL color Cylindrical-coordinate representation of color #55987A: hue angle of 153.13º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #55987A is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 152 122 -
CMYK 0.44 0 0.20 0.40
HSL 153.13º 0.28% 0.46% -
HSV(B) 153.13º 0.44% 0.6% -
XYZ 18.49 25.79 22.42 -
YUV 128.55 124.3 96.94 -
System Red Green Blue C M Y K H S L
Decimal 85 152 122 0.44 0 0.20 0.40 153.13 0.28 0.46
Hex 55 98 7A 2C 0 14 28 99 1C 2E
Octal 125 230 172 54 0 24 50 231 34 56
Binary 1010101 10011000 1111010 101100 0 10100 101000 10011001 11100 101110

Color Harmonies of #55987A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55987A

Black with #55987A

Text Example


Text Example

White with #55987A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55987A; }

 p { color: rgb(85,152,122); }

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

background-color css

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

 a { background-color: rgb(85,152,122); }

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

border-color css

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

 span { border-color: rgb(85,152,122); }

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