#559C8F

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

Shades of Lochinvar #559C8F

Tints of Lochinvar #559C8F

Color information

#559C8F (or 0x559C8F) is unknown color: approx Lochinvar. HEX triplet: 55, 9C and 8F. RGB value is (85,156,143). Sum of RGB (Red+Green+Blue) = 85+156+143=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 156 (61.33% from 255 or 40.62% from 384); Blue value is 143 (56.25% from 255 or 37.24% from 384); Max value from RGB is 156 - color contains mainly: green. Hex color #559C8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559C8F is #AA6370. Grayscale: #858585. Windows color (decimal): -11166577 or 9411669. OLE color: 9411669.

HSL color Cylindrical-coordinate representation of color #559C8F: hue angle of 169.01º 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 #559C8F is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB85156143-
CMYK0.4600.080.39
HSL169.01º29.46%47.25%-
HSV(B)169.01º45.51%61.18%-
XYZ20.5927.6930.25-
YUV133.29133.4893.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.14%
GREEN value IS 156 (61.33% from 255) = 40.62%
BLUE value IS 143 (56.25% from 255) = 37.24%
R=22.14%
G=40.62%
B=37.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal851561430.4600.080.39169.0129.4647.25
Hex559C8F2E0827a91d2f
Octal12523421756010472513557
Binary10101011001110010001111101110010001001111010100111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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