#559486

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

Shades of Lochinvar #559486

Tints of Lochinvar #559486

Color information

#559486 (or 0x559486) is unknown color: approx Lochinvar. HEX triplet: 55, 94 and 86. RGB value is (85,148,134). Sum of RGB (Red+Green+Blue) = 85+148+134=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 148 (58.20% from 255 or 40.33% from 367); Blue value is 134 (52.73% from 255 or 36.51% from 367); Max value from RGB is 148 - color contains mainly: green. Hex color #559486 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559486 is #AA6B79. Grayscale: #7F7F7F. Windows color (decimal): -11168634 or 8819797. OLE color: 8819797.

HSL color Cylindrical-coordinate representation of color #559486: hue angle of 166.67º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #559486 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB85148134-
CMYK0.4300.090.42
HSL166.67º27.04%45.69%-
HSV(B)166.67º42.57%58.04%-
XYZ18.6424.8326.36-
YUV127.57131.6397.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.16%
GREEN value IS 148 (58.20% from 255) = 40.33%
BLUE value IS 134 (52.73% from 255) = 36.51%
R=23.16%
G=40.33%
B=36.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851481340.4300.090.42166.6727.0445.69
Hex5594862B092Aa71b2e
Octal12522420653011522473356
Binary10101011001010010000110101011010011010101010011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559486; }

 p { color: rgb(85,148,134); }

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

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

 a { background-color: rgb(85,148,134); }

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

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

 span { border-color: rgb(85,148,134); }

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