#51927E

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

Shades of Lochinvar #51927E

Tints of Lochinvar #51927E

Color information

#51927E (or 0x51927E) is unknown color: approx Lochinvar. HEX triplet: 51, 92 and 7E. RGB value is (81,146,126). Sum of RGB (Red+Green+Blue) = 81+146+126=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 146 (57.42% from 255 or 41.36% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 146 - color contains mainly: green. Hex color #51927E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51927E is #AE6D81. Grayscale: #7C7C7C. Windows color (decimal): -11431298 or 8294993. OLE color: 8294993.

HSL color Cylindrical-coordinate representation of color #51927E: hue angle of 161.54º 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 #51927E is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB81146126-
CMYK0.4500.140.43
HSL161.54º28.63%44.51%-
HSV(B)161.54º44.52%57.25%-
XYZ17.4423.8123.42-
YUV124.28128.9797.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.95%
GREEN value IS 146 (57.42% from 255) = 41.36%
BLUE value IS 126 (49.61% from 255) = 35.69%
R=22.95%
G=41.36%
B=35.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal811461260.4500.140.43161.5428.6344.51
Hex51927E2D0E2Ba21d2d
Octal12122217655016532423555
Binary1010001100100101111110101101011101010111010001011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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