#539080

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

Shades of Lochinvar #539080

Tints of Lochinvar #539080

Color information

#539080 (or 0x539080) is unknown color: approx Lochinvar. HEX triplet: 53, 90 and 80. RGB value is (83,144,128). Sum of RGB (Red+Green+Blue) = 83+144+128=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 144 (56.64% from 255 or 40.56% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 144 - color contains mainly: green. Hex color #539080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539080 is #AC6F7F. Grayscale: #7B7B7B. Windows color (decimal): -11300736 or 8425555. OLE color: 8425555.

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

Color convert

RGB83144128-
CMYK0.4200.110.44
HSL164.26º26.87%44.51%-
HSV(B)164.26º42.36%56.47%-
XYZ17.4423.3424.01-
YUV123.94130.2998.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.38%
GREEN value IS 144 (56.64% from 255) = 40.56%
BLUE value IS 128 (50.39% from 255) = 36.06%
R=23.38%
G=40.56%
B=36.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal831441280.4200.110.44164.2626.8744.51
Hex5390802A0B2Ca41b2d
Octal12322020052013542443355
Binary10100111001000010000000101010010111011001010010011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539080; }

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

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

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

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

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

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

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

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