#51988F

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

Shades of Lochinvar #51988F

Tints of Lochinvar #51988F

Color information

#51988F (or 0x51988F) is unknown color: approx Lochinvar. HEX triplet: 51, 98 and 8F. RGB value is (81,152,143). Sum of RGB (Red+Green+Blue) = 81+152+143=376 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.54% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 152 - color contains mainly: green. Hex color #51988F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51988F is #AE6770. Grayscale: #818181. Windows color (decimal): -11429745 or 9410641. OLE color: 9410641.

HSL color Cylindrical-coordinate representation of color #51988F: hue angle of 172.39º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #51988F is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB81152143-
CMYK0.4700.060.40
HSL172.39º30.47%45.69%-
HSV(B)172.39º46.71%59.61%-
XYZ19.5826.1930.01-
YUV129.74135.4893.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.54%
GREEN value IS 152 (59.77% from 255) = 40.43%
BLUE value IS 143 (56.25% from 255) = 38.03%
R=21.54%
G=40.43%
B=38.03%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal811521430.4700.060.40172.3930.4745.69
Hex51988F2F0628ac1e2e
Octal1212302175706502543656
Binary1010001100110001000111110111101101010001010110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51988F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51988F; }

 p { color: rgb(81,152,143); }

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

<style>
 a { background-color: #51988F; }

 a { background-color: rgb(81,152,143); }

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

<style>
 span { border-color: #51988F; }

 span { border-color: rgb(81,152,143); }

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