#55927B

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

Shades of Patina #55927B

Tints of Patina #55927B

Color information

#55927B (or 0x55927B) is unknown color: approx Patina. HEX triplet: 55, 92 and 7B. RGB value is (85,146,123). Sum of RGB (Red+Green+Blue) = 85+146+123=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 123 (48.44% from 255 or 34.75% from 354); Max value from RGB is 146 - color contains mainly: green. Hex color #55927B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55927B is #AA6D84. Grayscale: #7D7D7D. Windows color (decimal): -11169157 or 8098389. OLE color: 8098389.

HSL color Cylindrical-coordinate representation of color #55927B: hue angle of 157.38º 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 #55927B is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB85146123-
CMYK0.4200.160.43
HSL157.38º26.41%45.29%-
HSV(B)157.38º41.78%57.25%-
XYZ17.623.9222.43-
YUV125.14126.7999.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.01%
GREEN value IS 146 (57.42% from 255) = 41.24%
BLUE value IS 123 (48.44% from 255) = 34.75%
R=24.01%
G=41.24%
B=34.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal851461230.4200.160.43157.3826.4145.29
Hex55927B2A0102B9d1a2d
Octal12522217352020532353255
Binary10101011001001011110111010100100001010111001110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55927B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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