#539287

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

Shades of Lochinvar #539287

Tints of Lochinvar #539287

Color information

#539287 (or 0x539287) is unknown color: approx Lochinvar. HEX triplet: 53, 92 and 87. RGB value is (83,146,135). Sum of RGB (Red+Green+Blue) = 83+146+135=364 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.80% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 135 (53.12% from 255 or 37.09% from 364); Max value from RGB is 146 - color contains mainly: green. Hex color #539287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539287 is #AC6D78. Grayscale: #7D7D7D. Windows color (decimal): -11300217 or 8884819. OLE color: 8884819.

HSL color Cylindrical-coordinate representation of color #539287: hue angle of 169.52º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #539287 is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB83146135-
CMYK0.4300.080.43
HSL169.52º27.51%44.9%-
HSV(B)169.52º43.15%57.25%-
XYZ18.2224.1526.62-
YUV125.91133.1397.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.80%
GREEN value IS 146 (57.42% from 255) = 40.11%
BLUE value IS 135 (53.12% from 255) = 37.09%
R=22.80%
G=40.11%
B=37.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831461350.4300.080.43169.5227.5144.9
Hex5392872B082Baa1c2d
Octal12322220753010532523455
Binary10100111001001010000111101011010001010111010101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539287; }

 p { color: rgb(83,146,135); }

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

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

 a { background-color: rgb(83,146,135); }

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

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

 span { border-color: rgb(83,146,135); }

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