#559B8B

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

Shades of Lochinvar #559B8B

Tints of Lochinvar #559B8B

Color information

#559B8B (or 0x559B8B) is unknown color: approx Lochinvar. HEX triplet: 55, 9B and 8B. RGB value is (85,155,139). Sum of RGB (Red+Green+Blue) = 85+155+139=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 155 - color contains mainly: green. Hex color #559B8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559B8B is #AA6474. Grayscale: #848484. Windows color (decimal): -11166837 or 9149269. OLE color: 9149269.

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

Color convert

RGB85155139-
CMYK0.4500.100.39
HSL166.29º29.17%47.06%-
HSV(B)166.29º45.16%60.78%-
XYZ20.1327.2428.62-
YUV132.25131.8194.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.43%
GREEN value IS 155 (60.94% from 255) = 40.90%
BLUE value IS 139 (54.69% from 255) = 36.68%
R=22.43%
G=40.90%
B=36.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal851551390.4500.100.39166.2929.1747.06
Hex559B8B2D0A27a61d2f
Octal12523321355012472463557
Binary10101011001101110001011101101010101001111010011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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