#51938D

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

Shades of Lochinvar #51938D

Tints of Lochinvar #51938D

Color information

#51938D (or 0x51938D) is unknown color: approx Lochinvar. HEX triplet: 51, 93 and 8D. RGB value is (81,147,141). Sum of RGB (Red+Green+Blue) = 81+147+141=369 (48% of max value = 765). Red value is 81 (32.03% from 255 or 21.95% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 147 - color contains mainly: green. Hex color #51938D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51938D is #AE6C72. Grayscale: #7E7E7E. Windows color (decimal): -11431027 or 9278289. OLE color: 9278289.

HSL color Cylindrical-coordinate representation of color #51938D: hue angle of 174.55º 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 #51938D is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB81147141-
CMYK0.4500.040.42
HSL174.55º28.95%44.71%-
HSV(B)174.55º44.9%57.65%-
XYZ18.6324.5428.95-
YUV126.58136.1395.49-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.95%
GREEN value IS 147 (57.81% from 255) = 39.84%
BLUE value IS 141 (55.47% from 255) = 38.21%
R=21.95%
G=39.84%
B=38.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811471410.4500.040.42174.5528.9544.71
Hex51938D2D042Aaf1d2d
Octal1212232155504522573555
Binary1010001100100111000110110110101001010101010111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51938D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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