#51948D

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

Shades of Lochinvar #51948D

Tints of Lochinvar #51948D

Color information

#51948D (or 0x51948D) is unknown color: approx Lochinvar. HEX triplet: 51, 94 and 8D. RGB value is (81,148,141). Sum of RGB (Red+Green+Blue) = 81+148+141=370 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.89% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 148 - color contains mainly: green. Hex color #51948D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51948D is #AE6B72. Grayscale: #7F7F7F. Windows color (decimal): -11430771 or 9278545. OLE color: 9278545.

HSL color Cylindrical-coordinate representation of color #51948D: hue angle of 173.73º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #51948D is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB81148141-
CMYK0.4500.050.42
HSL173.73º29.26%44.9%-
HSV(B)173.73º45.27%58.04%-
XYZ18.7924.8529.01-
YUV127.17135.895.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.89%
GREEN value IS 148 (58.20% from 255) = 40%
BLUE value IS 141 (55.47% from 255) = 38.11%
R=21.89%
G=40%
B=38.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811481410.4500.050.42173.7329.2644.9
Hex51948D2D052Aae1d2d
Octal1212242155505522563555
Binary1010001100101001000110110110101011010101010111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51948D; }

 p { color: rgb(81,148,141); }

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

<style>
 a { background-color: #51948D; }

 a { background-color: rgb(81,148,141); }

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

<style>
 span { border-color: #51948D; }

 span { border-color: rgb(81,148,141); }

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