Html Css Color HEX #55987B Patina

📋 copy color: '#55987B'

red 85 ◦ green 152 ◦ blue 123

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

Shades of Patina #55987B

Tints of Patina #55987B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.17%

R = 23.61%
G = 42.22%
B = 34.17%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#55987B (or 0x55987B) is known color: Patina. HEX triplet: 55, 98 and 7B. RGB value is (85,152,123). Sum of RGB (Red+Green+Blue) = 85+152+123=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 152 - color contains mainly: green. Hex color #55987B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55987B is #AA6784. Grayscale: #808080. Windows color (decimal): -11167621 or 8099925. OLE color: 8099925.

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

Color convert

RGB 85 152 123 -
CMYK 0.44 0 0.19 0.40
HSL 154.03º 0.28% 0.46% -
HSV(B) 154.03º 0.44% 0.6% -
XYZ 18.55 25.82 22.74 -
YUV 128.66 124.8 96.86 -
System Red Green Blue C M Y K H S L
Decimal 85 152 123 0.44 0 0.19 0.40 154.03 0.28 0.46
Hex 55 98 7B 2C 0 13 28 9A 1C 2E
Octal 125 230 173 54 0 23 50 232 34 56
Binary 1010101 10011000 1111011 101100 0 10011 101000 10011010 11100 101110

Color Harmonies of #55987B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55987B

Black with #55987B

Text Example


Text Example

White with #55987B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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