#51968E

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

Shades of Lochinvar #51968E

Tints of Lochinvar #51968E

Color information

#51968E (or 0x51968E) is unknown color: approx Lochinvar. HEX triplet: 51, 96 and 8E. RGB value is (81,150,142). Sum of RGB (Red+Green+Blue) = 81+150+142=373 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.72% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 150 - color contains mainly: green. Hex color #51968E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51968E is #AE6971. Grayscale: #808080. Windows color (decimal): -11430258 or 9344593. OLE color: 9344593.

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

Color convert

RGB81150142-
CMYK0.4600.050.41
HSL173.04º29.87%45.29%-
HSV(B)173.04º46%58.82%-
XYZ19.1825.5229.51-
YUV128.46135.6494.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.72%
GREEN value IS 150 (58.98% from 255) = 40.21%
BLUE value IS 142 (55.86% from 255) = 38.07%
R=21.72%
G=40.21%
B=38.07%

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
Decimal811501420.4600.050.41173.0429.8745.29
Hex51968E2E0529ad1e2d
Octal1212262165605512553655
Binary1010001100101101000111010111001011010011010110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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