#51897C

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

Shades of Lochinvar #51897C

Tints of Lochinvar #51897C

Color information

#51897C (or 0x51897C) is unknown color: approx Lochinvar. HEX triplet: 51, 89 and 7C. RGB value is (81,137,124). Sum of RGB (Red+Green+Blue) = 81+137+124=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 137 (53.91% from 255 or 40.06% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 137 - color contains mainly: green. Hex color #51897C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51897C is #AE7683. Grayscale: #767676. Windows color (decimal): -11433604 or 8161617. OLE color: 8161617.

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

Color convert

RGB81137124-
CMYK0.4100.090.46
HSL166.07º25.69%42.75%-
HSV(B)166.07º40.88%53.73%-
XYZ15.9821.122.3-
YUV118.77130.95101.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.68%
GREEN value IS 137 (53.91% from 255) = 40.06%
BLUE value IS 124 (48.83% from 255) = 36.26%
R=23.68%
G=40.06%
B=36.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal811371240.4100.090.46166.0725.6942.75
Hex51897C29092Ea61a2b
Octal12121117451011562463253
Binary1010001100010011111100101001010011011101010011011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51897C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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