#559388

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

Shades of Lochinvar #559388

Tints of Lochinvar #559388

Color information

#559388 (or 0x559388) is unknown color: approx Lochinvar. HEX triplet: 55, 93 and 88. RGB value is (85,147,136). Sum of RGB (Red+Green+Blue) = 85+147+136=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 147 (57.81% from 255 or 39.95% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 147 - color contains mainly: green. Hex color #559388 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559388 is #AA6C77. Grayscale: #7F7F7F. Windows color (decimal): -11168888 or 8950613. OLE color: 8950613.

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

Color convert

RGB85147136-
CMYK0.4200.070.42
HSL169.35º26.72%45.49%-
HSV(B)169.35º42.18%57.65%-
XYZ18.6224.5827.05-
YUV127.21132.9697.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.10%
GREEN value IS 147 (57.81% from 255) = 39.95%
BLUE value IS 136 (53.52% from 255) = 36.96%
R=23.10%
G=39.95%
B=36.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851471360.4200.070.42169.3526.7245.49
Hex5593882A072Aa91b2d
Octal1252232105207522513355
Binary1010101100100111000100010101001111010101010100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559388; }

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

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

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

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

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

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

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

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