#559083

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

Shades of Lochinvar #559083

Tints of Lochinvar #559083

Color information

#559083 (or 0x559083) is unknown color: approx Lochinvar. HEX triplet: 55, 90 and 83. RGB value is (85,144,131). Sum of RGB (Red+Green+Blue) = 85+144+131=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 131 (51.56% from 255 or 36.39% from 360); Max value from RGB is 144 - color contains mainly: green. Hex color #559083 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559083 is #AA6F7C. Grayscale: #7C7C7C. Windows color (decimal): -11169661 or 8622165. OLE color: 8622165.

HSL color Cylindrical-coordinate representation of color #559083: hue angle of 166.78º 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 #559083 is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB85144131-
CMYK0.4100.090.44
HSL166.78º25.76%44.9%-
HSV(B)166.78º40.97%56.47%-
XYZ17.8223.5225.07-
YUV124.88131.4599.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.61%
GREEN value IS 144 (56.64% from 255) = 40%
BLUE value IS 131 (51.56% from 255) = 36.39%
R=23.61%
G=40%
B=36.39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal851441310.4100.090.44166.7825.7644.9
Hex55908329092Ca71a2d
Octal12522020351011542473255
Binary10101011001000010000011101001010011011001010011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559083; }

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

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

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

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

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

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

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

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