#539083

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

Shades of Lochinvar #539083

Tints of Lochinvar #539083

Color information

#539083 (or 0x539083) is unknown color: approx Lochinvar. HEX triplet: 53, 90 and 83. RGB value is (83,144,131). Sum of RGB (Red+Green+Blue) = 83+144+131=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 144 - color contains mainly: green. Hex color #539083 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539083 is #AC6F7C. Grayscale: #7C7C7C. Windows color (decimal): -11300733 or 8622163. OLE color: 8622163.

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

Color convert

RGB83144131-
CMYK0.4200.090.44
HSL167.21º26.87%44.51%-
HSV(B)167.21º42.36%56.47%-
XYZ17.6423.4225.06-
YUV124.28131.7998.56-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.18%
GREEN value IS 144 (56.64% from 255) = 40.22%
BLUE value IS 131 (51.56% from 255) = 36.59%
R=23.18%
G=40.22%
B=36.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal831441310.4200.090.44167.2126.8744.51
Hex5390832A092Ca71b2d
Octal12322020352011542473355
Binary10100111001000010000011101010010011011001010011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539083; }

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

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

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

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

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

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

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

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