#559687

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

Shades of Lochinvar #559687

Tints of Lochinvar #559687

Color information

#559687 (or 0x559687) is unknown color: approx Lochinvar. HEX triplet: 55, 96 and 87. RGB value is (85,150,135). Sum of RGB (Red+Green+Blue) = 85+150+135=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 150 (58.98% from 255 or 40.54% from 370); Blue value is 135 (53.12% from 255 or 36.49% from 370); Max value from RGB is 150 - color contains mainly: green. Hex color #559687 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559687 is #AA6978. Grayscale: #808080. Windows color (decimal): -11168121 or 8885845. OLE color: 8885845.

HSL color Cylindrical-coordinate representation of color #559687: hue angle of 166.15º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #559687 is Cyan = 0.43, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.41.

Color convert

RGB85150135-
CMYK0.4300.10.41
HSL166.15º27.66%46.08%-
HSV(B)166.15º43.33%58.82%-
XYZ19.0325.4926.84-
YUV128.86131.4796.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.97%
GREEN value IS 150 (58.98% from 255) = 40.54%
BLUE value IS 135 (53.12% from 255) = 36.49%
R=22.97%
G=40.54%
B=36.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal851501350.4300.10.41166.1527.6646.08
Hex5596872B0A29a61c2e
Octal12522620753012512463456
Binary10101011001011010000111101011010101010011010011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559687; }

 p { color: rgb(85,150,135); }

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

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

 a { background-color: rgb(85,150,135); }

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

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

 span { border-color: rgb(85,150,135); }

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