#51918C

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

Shades of Lochinvar #51918C

Tints of Lochinvar #51918C

Color information

#51918C (or 0x51918C) is unknown color: approx Lochinvar. HEX triplet: 51, 91 and 8C. RGB value is (81,145,140). Sum of RGB (Red+Green+Blue) = 81+145+140=366 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.13% from 366); Green value is 145 (57.03% from 255 or 39.62% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 145 - color contains mainly: green. Hex color #51918C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51918C is #AE6E73. Grayscale: #7D7D7D. Windows color (decimal): -11431540 or 9212241. OLE color: 9212241.

HSL color Cylindrical-coordinate representation of color #51918C: hue angle of 175.31º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #51918C is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB81145140-
CMYK0.4400.030.43
HSL175.31º28.32%44.31%-
HSV(B)175.31º44.14%56.86%-
XYZ18.2523.8928.46-
YUV125.29136.396.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.13%
GREEN value IS 145 (57.03% from 255) = 39.62%
BLUE value IS 140 (55.08% from 255) = 38.25%
R=22.13%
G=39.62%
B=38.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal811451400.4400.030.43175.3128.3244.31
Hex51918C2C032Baf1c2c
Octal1212212145403532573454
Binary101000110010001100011001011000111010111010111111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51918C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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