#539289

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

Shades of Lochinvar #539289

Tints of Lochinvar #539289

Color information

#539289 (or 0x539289) is unknown color: approx Lochinvar. HEX triplet: 53, 92 and 89. RGB value is (83,146,137). Sum of RGB (Red+Green+Blue) = 83+146+137=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 137 (53.91% from 255 or 37.43% from 366); Max value from RGB is 146 - color contains mainly: green. Hex color #539289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539289 is #AC6D76. Grayscale: #7E7E7E. Windows color (decimal): -11300215 or 9015891. OLE color: 9015891.

HSL color Cylindrical-coordinate representation of color #539289: hue angle of 171.43º 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 #539289 is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB83146137-
CMYK0.4300.060.43
HSL171.43º27.51%44.9%-
HSV(B)171.43º43.15%57.25%-
XYZ18.3624.227.37-
YUV126.14134.1397.23-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.68%
GREEN value IS 146 (57.42% from 255) = 39.89%
BLUE value IS 137 (53.91% from 255) = 37.43%
R=22.68%
G=39.89%
B=37.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831461370.4300.060.43171.4327.5144.9
Hex5392892B062Bab1c2d
Octal1232222115306532533455
Binary1010011100100101000100110101101101010111010101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539289; }

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

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

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

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

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

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

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

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