Html Css Color HEX #55977B Patina

📋 copy color: '#55977B'

red 85 ◦ green 151 ◦ blue 123

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

Shades of Patina #55977B

Tints of Patina #55977B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.06%

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

R = 23.68%
G = 42.06%
B = 34.26%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#55977B (or 0x55977B) is known color: Patina. HEX triplet: 55, 97 and 7B. RGB value is (85,151,123). Sum of RGB (Red+Green+Blue) = 85+151+123=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 151 (59.38% from 255 or 42.06% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 151 - color contains mainly: green. Hex color #55977B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55977B is #AA6884. Grayscale: #808080. Windows color (decimal): -11167877 or 8099669. OLE color: 8099669.

HSL color Cylindrical-coordinate representation of color #55977B: hue angle of 154.55º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #55977B is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 151 123 -
CMYK 0.44 0 0.19 0.41
HSL 154.55º 0.28% 0.46% -
HSV(B) 154.55º 0.44% 0.59% -
XYZ 18.39 25.49 22.69 -
YUV 128.07 125.13 97.28 -
System Red Green Blue C M Y K H S L
Decimal 85 151 123 0.44 0 0.19 0.41 154.55 0.28 0.46
Hex 55 97 7B 2C 0 13 29 9B 1C 2E
Octal 125 227 173 54 0 23 51 233 34 56
Binary 1010101 10010111 1111011 101100 0 10011 101001 10011011 11100 101110

Color Harmonies of #55977B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55977B

Black with #55977B

Text Example


Text Example

White with #55977B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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