#559285

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

Shades of Lochinvar #559285

Tints of Lochinvar #559285

Color information

#559285 (or 0x559285) is unknown color: approx Lochinvar. HEX triplet: 55, 92 and 85. RGB value is (85,146,133). Sum of RGB (Red+Green+Blue) = 85+146+133=364 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.35% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 146 - color contains mainly: green. Hex color #559285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559285 is #AA6D7A. Grayscale: #7E7E7E. Windows color (decimal): -11169147 or 8753749. OLE color: 8753749.

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

Color convert

RGB85146133-
CMYK0.4200.090.43
HSL167.21º26.41%45.29%-
HSV(B)167.21º41.78%57.25%-
XYZ18.2624.1825.9-
YUV126.28131.7998.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.35%
GREEN value IS 146 (57.42% from 255) = 40.11%
BLUE value IS 133 (52.34% from 255) = 36.54%
R=23.35%
G=40.11%
B=36.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal851461330.4200.090.43167.2126.4145.29
Hex5592852A092Ba71a2d
Octal12522220552011532473255
Binary10101011001001010000101101010010011010111010011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559285; }

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

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

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

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

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

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

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

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