#55927F

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

Shades of Patina #55927F

Tints of Patina #55927F

Color information

#55927F (or 0x55927F) is unknown color: approx Patina. HEX triplet: 55, 92 and 7F. RGB value is (85,146,127). Sum of RGB (Red+Green+Blue) = 85+146+127=358 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.74% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 146 - color contains mainly: green. Hex color #55927F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55927F is #AA6D80. Grayscale: #7D7D7D. Windows color (decimal): -11169153 or 8360533. OLE color: 8360533.

HSL color Cylindrical-coordinate representation of color #55927F: hue angle of 161.31º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #55927F is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB85146127-
CMYK0.4200.130.43
HSL161.31º26.41%45.29%-
HSV(B)161.31º41.78%57.25%-
XYZ17.8624.0223.77-
YUV125.59128.7999.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.74%
GREEN value IS 146 (57.42% from 255) = 40.78%
BLUE value IS 127 (50% from 255) = 35.47%
R=23.74%
G=40.78%
B=35.47%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal851461270.4200.130.43161.3126.4145.29
Hex55927F2A0D2Ba11a2d
Octal12522217752015532413255
Binary1010101100100101111111101010011011010111010000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55927F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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