Html Css Color HEX #55987C Patina

📋 copy color: '#55987C'

red 85 ◦ green 152 ◦ blue 124

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

Shades of Patina #55987C

Tints of Patina #55987C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.35%

R = 23.55%
G = 42.11%
B = 34.35%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#55987C (or 0x55987C) is known color: Patina. HEX triplet: 55, 98 and 7C. RGB value is (85,152,124). Sum of RGB (Red+Green+Blue) = 85+152+124=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 152 - color contains mainly: green. Hex color #55987C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55987C is #AA6783. Grayscale: #808080. Windows color (decimal): -11167620 or 8165461. OLE color: 8165461.

HSL color Cylindrical-coordinate representation of color #55987C: hue angle of 154.93º 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 #55987C is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 152 124 -
CMYK 0.44 0 0.18 0.40
HSL 154.93º 0.28% 0.46% -
HSV(B) 154.93º 0.44% 0.6% -
XYZ 18.61 25.84 23.08 -
YUV 128.78 125.3 96.78 -
System Red Green Blue C M Y K H S L
Decimal 85 152 124 0.44 0 0.18 0.40 154.93 0.28 0.46
Hex 55 98 7C 2C 0 12 28 9B 1C 2E
Octal 125 230 174 54 0 22 50 233 34 56
Binary 1010101 10011000 1111100 101100 0 10010 101000 10011011 11100 101110

Color Harmonies of #55987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55987C

Black with #55987C

Text Example


Text Example

White with #55987C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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