#559A8E

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

Shades of Lochinvar #559A8E

Tints of Lochinvar #559A8E

Color information

#559A8E (or 0x559A8E) is unknown color: approx Lochinvar. HEX triplet: 55, 9A and 8E. RGB value is (85,154,142). Sum of RGB (Red+Green+Blue) = 85+154+142=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 154 - color contains mainly: green. Hex color #559A8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559A8E is #AA6571. Grayscale: #838383. Windows color (decimal): -11167090 or 9345621. OLE color: 9345621.

HSL color Cylindrical-coordinate representation of color #559A8E: hue angle of 169.57º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #559A8E is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB85154142-
CMYK0.4500.080.40
HSL169.57º28.87%46.86%-
HSV(B)169.57º44.81%60.39%-
XYZ20.182729.74-
YUV132133.6494.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.31%
GREEN value IS 154 (60.55% from 255) = 40.42%
BLUE value IS 142 (55.86% from 255) = 37.27%
R=22.31%
G=40.42%
B=37.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851541420.4500.080.40169.5728.8746.86
Hex559A8E2D0828aa1d2f
Octal12523221655010502523557
Binary10101011001101010001110101101010001010001010101011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,154,142); }

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

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

 a { background-color: rgb(85,154,142); }

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

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

 span { border-color: rgb(85,154,142); }

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