#51938A

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

Shades of Lochinvar #51938A

Tints of Lochinvar #51938A

Color information

#51938A (or 0x51938A) is unknown color: approx Lochinvar. HEX triplet: 51, 93 and 8A. RGB value is (81,147,138). Sum of RGB (Red+Green+Blue) = 81+147+138=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 138 (54.30% from 255 or 37.70% from 366); Max value from RGB is 147 - color contains mainly: green. Hex color #51938A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51938A is #AE6C75. Grayscale: #7E7E7E. Windows color (decimal): -11431030 or 9081681. OLE color: 9081681.

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

Color convert

RGB81147138-
CMYK0.4500.060.42
HSL171.82º28.95%44.71%-
HSV(B)171.82º44.9%57.65%-
XYZ18.4124.4527.79-
YUV126.24134.6395.73-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.13%
GREEN value IS 147 (57.81% from 255) = 40.16%
BLUE value IS 138 (54.30% from 255) = 37.70%
R=22.13%
G=40.16%
B=37.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal811471380.4500.060.42171.8228.9544.71
Hex51938A2D062Aac1d2d
Octal1212232125506522543555
Binary1010001100100111000101010110101101010101010110011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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