#56887F

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

Shades of Lochinvar #56887F

Tints of Lochinvar #56887F

Color information

#56887F (or 0x56887F) is unknown color: approx Lochinvar. HEX triplet: 56, 88 and 7F. RGB value is (86,136,127). Sum of RGB (Red+Green+Blue) = 86+136+127=349 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.64% from 349); Green value is 136 (53.52% from 255 or 38.97% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 136 - color contains mainly: green. Hex color #56887F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56887F is #A97780. Grayscale: #787878. Windows color (decimal): -11106177 or 8357974. OLE color: 8357974.

HSL color Cylindrical-coordinate representation of color #56887F: hue angle of 169.2º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #56887F is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB86136127-
CMYK0.3700.070.47
HSL169.2º22.52%43.53%-
HSV(B)169.2º36.76%53.33%-
XYZ16.4721.1223.29-
YUV120.02131.94103.73-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.64%
GREEN value IS 136 (53.52% from 255) = 38.97%
BLUE value IS 127 (50% from 255) = 36.39%
R=24.64%
G=38.97%
B=36.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal861361270.3700.070.47169.222.5243.53
Hex56887F25072Fa9172c
Octal1262101774507572512754
Binary101011010001000111111110010101111011111010100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56887F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56887F; }

 p { color: rgb(86,136,127); }

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

<style>
 a { background-color: #56887F; }

 a { background-color: rgb(86,136,127); }

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

<style>
 span { border-color: #56887F; }

 span { border-color: rgb(86,136,127); }

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