#559B8D

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

Shades of Lochinvar #559B8D

Tints of Lochinvar #559B8D

Color information

#559B8D (or 0x559B8D) is unknown color: approx Lochinvar. HEX triplet: 55, 9B and 8D. RGB value is (85,155,141). Sum of RGB (Red+Green+Blue) = 85+155+141=381 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.31% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 155 - color contains mainly: green. Hex color #559B8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559B8D is #AA6472. Grayscale: #848484. Windows color (decimal): -11166835 or 9280341. OLE color: 9280341.

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

Color convert

RGB85155141-
CMYK0.4500.090.39
HSL168º29.17%47.06%-
HSV(B)168º45.16%60.78%-
XYZ20.2827.329.4-
YUV132.47132.8194.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.31%
GREEN value IS 155 (60.94% from 255) = 40.68%
BLUE value IS 141 (55.47% from 255) = 37.01%
R=22.31%
G=40.68%
B=37.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal851551410.4500.090.3916829.1747.06
Hex559B8D2D0927a81d2f
Octal12523321555011472503557
Binary10101011001101110001101101101010011001111010100011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,155,141); }

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

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

 a { background-color: rgb(85,155,141); }

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

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

 span { border-color: rgb(85,155,141); }

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