#539086

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

Shades of Lochinvar #539086

Tints of Lochinvar #539086

Color information

#539086 (or 0x539086) is unknown color: approx Lochinvar. HEX triplet: 53, 90 and 86. RGB value is (83,144,134). Sum of RGB (Red+Green+Blue) = 83+144+134=361 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.99% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 144 - color contains mainly: green. Hex color #539086 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539086 is #AC6F79. Grayscale: #7C7C7C. Windows color (decimal): -11300730 or 8818771. OLE color: 8818771.

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

Color convert

RGB83144134-
CMYK0.4200.070.44
HSL170.16º26.87%44.51%-
HSV(B)170.16º42.36%56.47%-
XYZ17.8423.5126.15-
YUV124.62133.2998.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.99%
GREEN value IS 144 (56.64% from 255) = 39.89%
BLUE value IS 134 (52.73% from 255) = 37.12%
R=22.99%
G=39.89%
B=37.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal831441340.4200.070.44170.1626.8744.51
Hex5390862A072Caa1b2d
Octal1232202065207542523355
Binary1010011100100001000011010101001111011001010101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539086; }

 p { color: rgb(83,144,134); }

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

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

 a { background-color: rgb(83,144,134); }

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

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

 span { border-color: rgb(83,144,134); }

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