#559389

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

Shades of Lochinvar #559389

Tints of Lochinvar #559389

Color information

#559389 (or 0x559389) is unknown color: approx Lochinvar. HEX triplet: 55, 93 and 89. RGB value is (85,147,137). Sum of RGB (Red+Green+Blue) = 85+147+137=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 147 - color contains mainly: green. Hex color #559389 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559389 is #AA6C76. Grayscale: #7F7F7F. Windows color (decimal): -11168887 or 9016149. OLE color: 9016149.

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

Color convert

RGB85147137-
CMYK0.4200.070.42
HSL170.32º26.72%45.49%-
HSV(B)170.32º42.18%57.65%-
XYZ18.724.627.43-
YUV127.32133.4697.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.04%
GREEN value IS 147 (57.81% from 255) = 39.84%
BLUE value IS 137 (53.91% from 255) = 37.13%
R=23.04%
G=39.84%
B=37.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851471370.4200.070.42170.3226.7245.49
Hex5593892A072Aaa1b2d
Octal1252232115207522523355
Binary1010101100100111000100110101001111010101010101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559389; }

 p { color: rgb(85,147,137); }

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

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

 a { background-color: rgb(85,147,137); }

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

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

 span { border-color: rgb(85,147,137); }

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