#539084

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

Shades of Lochinvar #539084

Tints of Lochinvar #539084

Color information

#539084 (or 0x539084) is unknown color: approx Lochinvar. HEX triplet: 53, 90 and 84. RGB value is (83,144,132). Sum of RGB (Red+Green+Blue) = 83+144+132=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 144 (56.64% from 255 or 40.11% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 144 - color contains mainly: green. Hex color #539084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539084 is #AC6F7B. Grayscale: #7C7C7C. Windows color (decimal): -11300732 or 8687699. OLE color: 8687699.

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

Color convert

RGB83144132-
CMYK0.4200.080.44
HSL168.2º26.87%44.51%-
HSV(B)168.2º42.36%56.47%-
XYZ17.7123.4525.42-
YUV124.39132.2998.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.12%
GREEN value IS 144 (56.64% from 255) = 40.11%
BLUE value IS 132 (51.95% from 255) = 36.77%
R=23.12%
G=40.11%
B=36.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal831441320.4200.080.44168.226.8744.51
Hex5390842A082Ca81b2d
Octal12322020452010542503355
Binary10100111001000010000100101010010001011001010100011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539084; }

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

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

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

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

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

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

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

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