#56988E

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

Shades of Lochinvar #56988E

Tints of Lochinvar #56988E

Color information

#56988E (or 0x56988E) is unknown color: approx Lochinvar. HEX triplet: 56, 98 and 8E. RGB value is (86,152,142). Sum of RGB (Red+Green+Blue) = 86+152+142=380 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.63% from 380); Green value is 152 (59.77% from 255 or 40% from 380); Blue value is 142 (55.86% from 255 or 37.37% from 380); Max value from RGB is 152 - color contains mainly: green. Hex color #56988E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56988E is #A96771. Grayscale: #838383. Windows color (decimal): -11102066 or 9345110. OLE color: 9345110.

HSL color Cylindrical-coordinate representation of color #56988E: hue angle of 170.91º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #56988E is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB86152142-
CMYK0.4300.070.40
HSL170.91º27.73%46.67%-
HSV(B)170.91º43.42%59.61%-
XYZ19.9526.3929.63-
YUV131.13134.1395.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.63%
GREEN value IS 152 (59.77% from 255) = 40%
BLUE value IS 142 (55.86% from 255) = 37.37%
R=22.63%
G=40%
B=37.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal861521420.4300.070.40170.9127.7346.67
Hex56988E2B0728ab1c2f
Octal1262302165307502533457
Binary1010110100110001000111010101101111010001010101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56988E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56988E; }

 p { color: rgb(86,152,142); }

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

<style>
 a { background-color: #56988E; }

 a { background-color: rgb(86,152,142); }

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

<style>
 span { border-color: #56988E; }

 span { border-color: rgb(86,152,142); }

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