#51897B

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

Shades of Lochinvar #51897B

Tints of Lochinvar #51897B

Color information

#51897B (or 0x51897B) is unknown color: approx Lochinvar. HEX triplet: 51, 89 and 7B. RGB value is (81,137,123). Sum of RGB (Red+Green+Blue) = 81+137+123=341 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.75% from 341); Green value is 137 (53.91% from 255 or 40.18% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 137 - color contains mainly: green. Hex color #51897B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51897B is #AE7684. Grayscale: #767676. Windows color (decimal): -11433605 or 8096081. OLE color: 8096081.

HSL color Cylindrical-coordinate representation of color #51897B: hue angle of 165º 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 #51897B is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB81137123-
CMYK0.4100.100.46
HSL165º25.69%42.75%-
HSV(B)165º40.88%53.73%-
XYZ15.9121.0721.97-
YUV118.66130.45101.14-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.75%
GREEN value IS 137 (53.91% from 255) = 40.18%
BLUE value IS 123 (48.44% from 255) = 36.07%
R=23.75%
G=40.18%
B=36.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal811371230.4100.100.4616525.6942.75
Hex51897B290A2Ea51a2b
Octal12121117351012562453253
Binary1010001100010011111011101001010101011101010010111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51897B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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