#56998C

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

Shades of Lochinvar #56998C

Tints of Lochinvar #56998C

Color information

#56998C (or 0x56998C) is unknown color: approx Lochinvar. HEX triplet: 56, 99 and 8C. RGB value is (86,153,140). Sum of RGB (Red+Green+Blue) = 86+153+140=379 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.69% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 153 - color contains mainly: green. Hex color #56998C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56998C is #A96673. Grayscale: #838383. Windows color (decimal): -11101812 or 9214294. OLE color: 9214294.

HSL color Cylindrical-coordinate representation of color #56998C: hue angle of 168.36º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #56998C is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB86153140-
CMYK0.4400.080.4
HSL168.36º28.03%46.86%-
HSV(B)168.36º43.79%60%-
XYZ19.9626.6528.9-
YUV131.48132.895.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.69%
GREEN value IS 153 (60.16% from 255) = 40.37%
BLUE value IS 140 (55.08% from 255) = 36.94%
R=22.69%
G=40.37%
B=36.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal861531400.4400.080.4168.3628.0346.86
Hex56998C2C0828a81c2f
Octal12623121454010502503457
Binary10101101001100110001100101100010001010001010100011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56998C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,153,140); }

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

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

 a { background-color: rgb(86,153,140); }

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

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

 span { border-color: rgb(86,153,140); }

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