#56988B

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

Shades of Lochinvar #56988B

Tints of Lochinvar #56988B

Color information

#56988B (or 0x56988B) is unknown color: approx Lochinvar. HEX triplet: 56, 98 and 8B. RGB value is (86,152,139). Sum of RGB (Red+Green+Blue) = 86+152+139=377 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.81% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 152 - color contains mainly: green. Hex color #56988B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56988B is #A96774. Grayscale: #828282. Windows color (decimal): -11102069 or 9148502. OLE color: 9148502.

HSL color Cylindrical-coordinate representation of color #56988B: hue angle of 168.18º 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 #56988B is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB86152139-
CMYK0.4300.090.40
HSL168.18º27.73%46.67%-
HSV(B)168.18º43.42%59.61%-
XYZ19.7326.328.46-
YUV130.78132.6396.06-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.81%
GREEN value IS 152 (59.77% from 255) = 40.32%
BLUE value IS 139 (54.69% from 255) = 36.87%
R=22.81%
G=40.32%
B=36.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal861521390.4300.090.40168.1827.7346.67
Hex56988B2B0928a81c2f
Octal12623021353011502503457
Binary10101101001100010001011101011010011010001010100011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56988B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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