#559C8E

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

Shades of Lochinvar #559C8E

Tints of Lochinvar #559C8E

Color information

#559C8E (or 0x559C8E) is unknown color: approx Lochinvar. HEX triplet: 55, 9C and 8E. RGB value is (85,156,142). Sum of RGB (Red+Green+Blue) = 85+156+142=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 156 (61.33% from 255 or 40.73% from 383); Blue value is 142 (55.86% from 255 or 37.08% from 383); Max value from RGB is 156 - color contains mainly: green. Hex color #559C8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559C8E is #AA6371. Grayscale: #858585. Windows color (decimal): -11166578 or 9346133. OLE color: 9346133.

HSL color Cylindrical-coordinate representation of color #559C8E: hue angle of 168.17º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559C8E is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB85156142-
CMYK0.4600.090.39
HSL168.17º29.46%47.25%-
HSV(B)168.17º45.51%61.18%-
XYZ20.5227.6629.85-
YUV133.17132.9893.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.19%
GREEN value IS 156 (61.33% from 255) = 40.73%
BLUE value IS 142 (55.86% from 255) = 37.08%
R=22.19%
G=40.73%
B=37.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal851561420.4600.090.39168.1729.4647.25
Hex559C8E2E0927a81d2f
Octal12523421656011472503557
Binary10101011001110010001110101110010011001111010100011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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