#51937D

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

Shades of Lochinvar #51937D

Tints of Lochinvar #51937D

Color information

#51937D (or 0x51937D) is unknown color: approx Lochinvar. HEX triplet: 51, 93 and 7D. RGB value is (81,147,125). Sum of RGB (Red+Green+Blue) = 81+147+125=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 147 - color contains mainly: green. Hex color #51937D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51937D is #AE6C82. Grayscale: #7C7C7C. Windows color (decimal): -11431043 or 8229713. OLE color: 8229713.

HSL color Cylindrical-coordinate representation of color #51937D: hue angle of 160º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #51937D is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB81147125-
CMYK0.4500.150.42
HSL160º28.95%44.71%-
HSV(B)160º44.9%57.65%-
XYZ17.5324.123.13-
YUV124.76128.1396.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.95%
GREEN value IS 147 (57.81% from 255) = 41.64%
BLUE value IS 125 (49.22% from 255) = 35.41%
R=22.95%
G=41.64%
B=35.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811471250.4500.150.4216028.9544.71
Hex51937D2D0F2Aa01d2d
Octal12122317555017522403555
Binary1010001100100111111101101101011111010101010000011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51937D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51937D; }

 p { color: rgb(81,147,125); }

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

<style>
 a { background-color: #51937D; }

 a { background-color: rgb(81,147,125); }

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

<style>
 span { border-color: #51937D; }

 span { border-color: rgb(81,147,125); }

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