#559384

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

Shades of Lochinvar #559384

Tints of Lochinvar #559384

Color information

#559384 (or 0x559384) is unknown color: approx Lochinvar. HEX triplet: 55, 93 and 84. RGB value is (85,147,132). Sum of RGB (Red+Green+Blue) = 85+147+132=364 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.35% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 147 - color contains mainly: green. Hex color #559384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559384 is #AA6C7B. Grayscale: #7E7E7E. Windows color (decimal): -11168892 or 8688469. OLE color: 8688469.

HSL color Cylindrical-coordinate representation of color #559384: hue angle of 165.48º 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 #559384 is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB85147132-
CMYK0.4200.100.42
HSL165.48º26.72%45.49%-
HSV(B)165.48º42.18%57.65%-
XYZ18.3424.4625.59-
YUV126.75130.9698.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.35%
GREEN value IS 147 (57.81% from 255) = 40.38%
BLUE value IS 132 (51.95% from 255) = 36.26%
R=23.35%
G=40.38%
B=36.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851471320.4200.100.42165.4826.7245.49
Hex5593842A0A2Aa51b2d
Octal12522320452012522453355
Binary10101011001001110000100101010010101010101010010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559384; }

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

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

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

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

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

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

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

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