#51897A

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

Shades of Lochinvar #51897A

Tints of Lochinvar #51897A

Color information

#51897A (or 0x51897A) is unknown color: approx Lochinvar. HEX triplet: 51, 89 and 7A. RGB value is (81,137,122). Sum of RGB (Red+Green+Blue) = 81+137+122=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 137 - color contains mainly: green. Hex color #51897A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51897A is #AE7685. Grayscale: #767676. Windows color (decimal): -11433606 or 8030545. OLE color: 8030545.

HSL color Cylindrical-coordinate representation of color #51897A: hue angle of 163.93º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #51897A is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB81137122-
CMYK0.4100.110.46
HSL163.93º25.69%42.75%-
HSV(B)163.93º40.88%53.73%-
XYZ15.8521.0521.64-
YUV118.55129.95101.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.82%
GREEN value IS 137 (53.91% from 255) = 40.29%
BLUE value IS 122 (48.05% from 255) = 35.88%
R=23.82%
G=40.29%
B=35.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal811371220.4100.110.46163.9325.6942.75
Hex51897A290B2Ea41a2b
Octal12121117251013562443253
Binary1010001100010011111010101001010111011101010010011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51897A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51897A; }

 p { color: rgb(81,137,122); }

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

<style>
 a { background-color: #51897A; }

 a { background-color: rgb(81,137,122); }

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

<style>
 span { border-color: #51897A; }

 span { border-color: rgb(81,137,122); }

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