#559084

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

Shades of Lochinvar #559084

Tints of Lochinvar #559084

Color information

#559084 (or 0x559084) is unknown color: approx Lochinvar. HEX triplet: 55, 90 and 84. RGB value is (85,144,132). Sum of RGB (Red+Green+Blue) = 85+144+132=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 144 - color contains mainly: green. Hex color #559084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559084 is #AA6F7B. Grayscale: #7C7C7C. Windows color (decimal): -11169660 or 8687701. OLE color: 8687701.

HSL color Cylindrical-coordinate representation of color #559084: hue angle of 167.8º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #559084 is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB85144132-
CMYK0.4100.080.44
HSL167.8º25.76%44.9%-
HSV(B)167.8º40.97%56.47%-
XYZ17.8823.5425.43-
YUV124.99131.9599.48-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.55%
GREEN value IS 144 (56.64% from 255) = 39.89%
BLUE value IS 132 (51.95% from 255) = 36.57%
R=23.55%
G=39.89%
B=36.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal851441320.4100.080.44167.825.7644.9
Hex55908429082Ca81a2d
Octal12522020451010542503255
Binary10101011001000010000100101001010001011001010100011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559084; }

 p { color: rgb(85,144,132); }

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

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

 a { background-color: rgb(85,144,132); }

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

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

 span { border-color: rgb(85,144,132); }

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