#51968F

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

Shades of Lochinvar #51968F

Tints of Lochinvar #51968F

Color information

#51968F (or 0x51968F) is unknown color: approx Lochinvar. HEX triplet: 51, 96 and 8F. RGB value is (81,150,143). Sum of RGB (Red+Green+Blue) = 81+150+143=374 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.66% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 150 - color contains mainly: green. Hex color #51968F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51968F is #AE6970. Grayscale: #808080. Windows color (decimal): -11430257 or 9410129. OLE color: 9410129.

HSL color Cylindrical-coordinate representation of color #51968F: hue angle of 173.91º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #51968F is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB81150143-
CMYK0.4600.050.41
HSL173.91º29.87%45.29%-
HSV(B)173.91º46%58.82%-
XYZ19.2625.5529.9-
YUV128.57136.1494.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.66%
GREEN value IS 150 (58.98% from 255) = 40.11%
BLUE value IS 143 (56.25% from 255) = 38.24%
R=21.66%
G=40.11%
B=38.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal811501430.4600.050.41173.9129.8745.29
Hex51968F2E0529ae1e2d
Octal1212262175605512563655
Binary1010001100101101000111110111001011010011010111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51968F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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