#51877C

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

Shades of Lochinvar #51877C

Tints of Lochinvar #51877C

Color information

#51877C (or 0x51877C) is unknown color: approx Lochinvar. HEX triplet: 51, 87 and 7C. RGB value is (81,135,124). Sum of RGB (Red+Green+Blue) = 81+135+124=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 135 (53.12% from 255 or 39.71% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 135 - color contains mainly: green. Hex color #51877C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51877C is #AE7883. Grayscale: #757575. Windows color (decimal): -11434116 or 8161105. OLE color: 8161105.

HSL color Cylindrical-coordinate representation of color #51877C: hue angle of 167.78º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #51877C is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB81135124-
CMYK0.4000.080.47
HSL167.78º25%42.35%-
HSV(B)167.78º40%52.94%-
XYZ15.720.5322.2-
YUV117.6131.61101.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.82%
GREEN value IS 135 (53.12% from 255) = 39.71%
BLUE value IS 124 (48.83% from 255) = 36.47%
R=23.82%
G=39.71%
B=36.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal811351240.4000.080.47167.782542.35
Hex51877C28082Fa8192a
Octal12120717450010572503152
Binary1010001100001111111100101000010001011111010100011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51877C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,135,124); }

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

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

 a { background-color: rgb(81,135,124); }

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

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

 span { border-color: rgb(81,135,124); }

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