#51968C

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

Shades of Lochinvar #51968C

Tints of Lochinvar #51968C

Color information

#51968C (or 0x51968C) is unknown color: approx Lochinvar. HEX triplet: 51, 96 and 8C. RGB value is (81,150,140). Sum of RGB (Red+Green+Blue) = 81+150+140=371 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.83% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 150 - color contains mainly: green. Hex color #51968C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51968C is #AE6973. Grayscale: #808080. Windows color (decimal): -11430260 or 9213521. OLE color: 9213521.

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

Color convert

RGB81150140-
CMYK0.4600.070.41
HSL171.3º29.87%45.29%-
HSV(B)171.3º46%58.82%-
XYZ19.0325.4628.72-
YUV128.23134.6494.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.83%
GREEN value IS 150 (58.98% from 255) = 40.43%
BLUE value IS 140 (55.08% from 255) = 37.74%
R=21.83%
G=40.43%
B=37.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal811501400.4600.070.41171.329.8745.29
Hex51968C2E0729ab1e2d
Octal1212262145607512533655
Binary1010001100101101000110010111001111010011010101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51968C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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