#51927D

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

Shades of Lochinvar #51927D

Tints of Lochinvar #51927D

Color information

#51927D (or 0x51927D) is unknown color: approx Lochinvar. HEX triplet: 51, 92 and 7D. RGB value is (81,146,125). Sum of RGB (Red+Green+Blue) = 81+146+125=352 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.01% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 146 - color contains mainly: green. Hex color #51927D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51927D is #AE6D82. Grayscale: #7C7C7C. Windows color (decimal): -11431299 or 8229457. OLE color: 8229457.

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

Color convert

RGB81146125-
CMYK0.4500.140.43
HSL160.62º28.63%44.51%-
HSV(B)160.62º44.52%57.25%-
XYZ17.3723.7923.08-
YUV124.17128.4797.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.01%
GREEN value IS 146 (57.42% from 255) = 41.48%
BLUE value IS 125 (49.22% from 255) = 35.51%
R=23.01%
G=41.48%
B=35.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal811461250.4500.140.43160.6228.6344.51
Hex51927D2D0E2Ba11d2d
Octal12122217555016532413555
Binary1010001100100101111101101101011101010111010000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51927D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,146,125); }

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

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

 a { background-color: rgb(81,146,125); }

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

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

 span { border-color: rgb(81,146,125); }

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