#5F927B

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

Shades of Patina #5F927B

Tints of Patina #5F927B

Color information

#5F927B (or 0x5F927B) is unknown color: approx Patina. HEX triplet: 5F, 92 and 7B. RGB value is (95,146,123). Sum of RGB (Red+Green+Blue) = 95+146+123=364 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.10% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 146 - color contains mainly: green. Hex color #5F927B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F927B is #A06D84. Grayscale: #808080. Windows color (decimal): -10513797 or 8098399. OLE color: 8098399.

HSL color Cylindrical-coordinate representation of color #5F927B: hue angle of 152.94º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5F927B is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB95146123-
CMYK0.3500.160.43
HSL152.94º21.16%47.25%-
HSV(B)152.94º34.93%57.25%-
XYZ18.5724.4222.47-
YUV128.13125.1104.37-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.10%
GREEN value IS 146 (57.42% from 255) = 40.11%
BLUE value IS 123 (48.44% from 255) = 33.79%
R=26.10%
G=40.11%
B=33.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal951461230.3500.160.43152.9421.1647.25
Hex5F927B230102B99152f
Octal13722217343020532312557
Binary10111111001001011110111000110100001010111001100110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F927B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F927B; }

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

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

<style>
 a { background-color: #5F927B; }

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

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

<style>
 span { border-color: #5F927B; }

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

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