#55967F

Color #55967F Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #55967F

Tints of Patina #55967F

Color information

#55967F (or 0x55967F) is unknown color: approx Patina. HEX triplet: 55, 96 and 7F. RGB value is (85,150,127). Sum of RGB (Red+Green+Blue) = 85+150+127=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 150 (58.98% from 255 or 41.44% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 150 - color contains mainly: green. Hex color #55967F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55967F is #AA6980. Grayscale: #7F7F7F. Windows color (decimal): -11168129 or 8361557. OLE color: 8361557.

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

Color convert

RGB85150127-
CMYK0.4300.150.41
HSL158.77º27.66%46.08%-
HSV(B)158.77º43.33%58.82%-
XYZ18.4825.2823.98-
YUV127.94127.4797.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.48%
GREEN value IS 150 (58.98% from 255) = 41.44%
BLUE value IS 127 (50% from 255) = 35.08%
R=23.48%
G=41.44%
B=35.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal851501270.4300.150.41158.7727.6646.08
Hex55967F2B0F299f1c2e
Octal12522617753017512373456
Binary1010101100101101111111101011011111010011001111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55967F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55967F; }

 p { color: rgb(85,150,127); }

 H1.HeaderClassName
 {
   color: #55967F;
 }
 .AnyTagClassName
 {
   color: #55967F;
 }
</style>
background-color css

<style>
 a { background-color: #55967F; }

 a { background-color: rgb(85,150,127); }

 div.DivClassName
 {
   background-color: #55967F;
 }
 .BgClassName
 {
   background-color: #55967F;
 }
</style>
border-color css

<style>
 span { border-color: #55967F; }

 span { border-color: rgb(85,150,127); }

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