#51887B

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

Shades of Lochinvar #51887B

Tints of Lochinvar #51887B

Color information

#51887B (or 0x51887B) is unknown color: approx Lochinvar. HEX triplet: 51, 88 and 7B. RGB value is (81,136,123). Sum of RGB (Red+Green+Blue) = 81+136+123=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 136 - color contains mainly: green. Hex color #51887B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51887B is #AE7784. Grayscale: #767676. Windows color (decimal): -11433861 or 8095825. OLE color: 8095825.

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

Color convert

RGB81136123-
CMYK0.4000.100.47
HSL165.82º25.35%42.55%-
HSV(B)165.82º40.44%53.33%-
XYZ15.7720.7921.92-
YUV118.07130.78101.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.82%
GREEN value IS 136 (53.52% from 255) = 40%
BLUE value IS 123 (48.44% from 255) = 36.18%
R=23.82%
G=40%
B=36.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal811361230.4000.100.47165.8225.3542.55
Hex51887B280A2Fa6192b
Octal12121017350012572463153
Binary1010001100010001111011101000010101011111010011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51887B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51887B; }

 p { color: rgb(81,136,123); }

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

<style>
 a { background-color: #51887B; }

 a { background-color: rgb(81,136,123); }

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

<style>
 span { border-color: #51887B; }

 span { border-color: rgb(81,136,123); }

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