#559F90

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

Shades of Lochinvar #559F90

Tints of Lochinvar #559F90

Color information

#559F90 (or 0x559F90) is unknown color: approx Lochinvar. HEX triplet: 55, 9F and 90. RGB value is (85,159,144). Sum of RGB (Red+Green+Blue) = 85+159+144=388 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.91% from 388); Green value is 159 (62.5% from 255 or 40.98% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 159 - color contains mainly: green. Hex color #559F90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559F90 is #AA606F. Grayscale: #878787. Windows color (decimal): -11165808 or 9477973. OLE color: 9477973.

HSL color Cylindrical-coordinate representation of color #559F90: hue angle of 167.84º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #559F90 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB85159144-
CMYK0.4700.090.38
HSL167.84º30.33%47.84%-
HSV(B)167.84º46.54%62.35%-
XYZ21.1828.7430.82-
YUV135.16132.9892.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.91%
GREEN value IS 159 (62.5% from 255) = 40.98%
BLUE value IS 144 (56.64% from 255) = 37.11%
R=21.91%
G=40.98%
B=37.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851591440.4700.090.38167.8430.3347.84
Hex559F902F0926a81e30
Octal12523722057011462503660
Binary10101011001111110010000101111010011001101010100011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559F90; }

 p { color: rgb(85,159,144); }

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

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

 a { background-color: rgb(85,159,144); }

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

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

 span { border-color: rgb(85,159,144); }

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