#559385

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

Shades of Lochinvar #559385

Tints of Lochinvar #559385

Color information

#559385 (or 0x559385) is unknown color: approx Lochinvar. HEX triplet: 55, 93 and 85. RGB value is (85,147,133). Sum of RGB (Red+Green+Blue) = 85+147+133=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 147 - color contains mainly: green. Hex color #559385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559385 is #AA6C7A. Grayscale: #7E7E7E. Windows color (decimal): -11168891 or 8754005. OLE color: 8754005.

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

Color convert

RGB85147133-
CMYK0.4200.100.42
HSL166.45º26.72%45.49%-
HSV(B)166.45º42.18%57.65%-
XYZ18.4124.4925.95-
YUV126.87131.4698.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.29%
GREEN value IS 147 (57.81% from 255) = 40.27%
BLUE value IS 133 (52.34% from 255) = 36.44%
R=23.29%
G=40.27%
B=36.44%

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
Decimal851471330.4200.100.42166.4526.7245.49
Hex5593852A0A2Aa61b2d
Octal12522320552012522463355
Binary10101011001001110000101101010010101010101010011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559385; }

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

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

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

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

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

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

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

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