#51988A

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

Shades of Lochinvar #51988A

Tints of Lochinvar #51988A

Color information

#51988A (or 0x51988A) is unknown color: approx Lochinvar. HEX triplet: 51, 98 and 8A. RGB value is (81,152,138). Sum of RGB (Red+Green+Blue) = 81+152+138=371 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.83% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 152 - color contains mainly: green. Hex color #51988A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51988A is #AE6775. Grayscale: #818181. Windows color (decimal): -11429750 or 9082961. OLE color: 9082961.

HSL color Cylindrical-coordinate representation of color #51988A: hue angle of 168.17º 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 #51988A is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB81152138-
CMYK0.4700.090.40
HSL168.17º30.47%45.69%-
HSV(B)168.17º46.71%59.61%-
XYZ19.2126.0428.06-
YUV129.17132.9893.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.83%
GREEN value IS 152 (59.77% from 255) = 40.97%
BLUE value IS 138 (54.30% from 255) = 37.20%
R=21.83%
G=40.97%
B=37.20%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal811521380.4700.090.40168.1730.4745.69
Hex51988A2F0928a81e2e
Octal12123021257011502503656
Binary10100011001100010001010101111010011010001010100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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