#51927B

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

Shades of Patina #51927B

Tints of Patina #51927B

Color information

#51927B (or 0x51927B) is unknown color: approx Patina. HEX triplet: 51, 92 and 7B. RGB value is (81,146,123). Sum of RGB (Red+Green+Blue) = 81+146+123=350 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.14% from 350); Green value is 146 (57.42% from 255 or 41.71% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 146 - color contains mainly: green. Hex color #51927B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51927B is #AE6D84. Grayscale: #7B7B7B. Windows color (decimal): -11431301 or 8098385. OLE color: 8098385.

HSL color Cylindrical-coordinate representation of color #51927B: hue angle of 158.77º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #51927B is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB81146123-
CMYK0.4500.160.43
HSL158.77º28.63%44.51%-
HSV(B)158.77º44.52%57.25%-
XYZ17.2523.7422.41-
YUV123.94127.4797.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.14%
GREEN value IS 146 (57.42% from 255) = 41.71%
BLUE value IS 123 (48.44% from 255) = 35.14%
R=23.14%
G=41.71%
B=35.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal811461230.4500.160.43158.7728.6344.51
Hex51927B2D0102B9f1d2d
Octal12122217355020532373555
Binary10100011001001011110111011010100001010111001111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51927B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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