#559E92

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

Shades of Lochinvar #559E92

Tints of Lochinvar #559E92

Color information

#559E92 (or 0x559E92) is unknown color: approx Lochinvar. HEX triplet: 55, 9E and 92. RGB value is (85,158,146). Sum of RGB (Red+Green+Blue) = 85+158+146=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 158 (62.11% from 255 or 40.62% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 158 - color contains mainly: green. Hex color #559E92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559E92 is #AA616D. Grayscale: #868686. Windows color (decimal): -11166062 or 9608789. OLE color: 9608789.

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

Color convert

RGB85158146-
CMYK0.4600.080.38
HSL170.14º30.04%47.65%-
HSV(B)170.14º46.2%61.96%-
XYZ21.1628.4631.57-
YUV134.8134.3292.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.85%
GREEN value IS 158 (62.11% from 255) = 40.62%
BLUE value IS 146 (57.42% from 255) = 37.53%
R=21.85%
G=40.62%
B=37.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal851581460.4600.080.38170.1430.0447.65
Hex559E922E0826aa1e30
Octal12523622256010462523660
Binary10101011001111010010010101110010001001101010101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,158,146); }

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

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

 a { background-color: rgb(85,158,146); }

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

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

 span { border-color: rgb(85,158,146); }

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