#539789

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

Shades of Lochinvar #539789

Tints of Lochinvar #539789

Color information

#539789 (or 0x539789) is unknown color: approx Lochinvar. HEX triplet: 53, 97 and 89. RGB value is (83,151,137). Sum of RGB (Red+Green+Blue) = 83+151+137=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 151 - color contains mainly: green. Hex color #539789 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539789 is #AC6876. Grayscale: #818181. Windows color (decimal): -11298935 or 9017171. OLE color: 9017171.

HSL color Cylindrical-coordinate representation of color #539789: hue angle of 167.65º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #539789 is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB83151137-
CMYK0.4500.090.41
HSL167.65º29.06%45.88%-
HSV(B)167.65º45.03%59.22%-
XYZ19.1525.7827.63-
YUV129.07132.4795.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.37%
GREEN value IS 151 (59.38% from 255) = 40.70%
BLUE value IS 137 (53.91% from 255) = 36.93%
R=22.37%
G=40.70%
B=36.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal831511370.4500.090.41167.6529.0645.88
Hex5397892D0929a81d2e
Octal12322721155011512503556
Binary10100111001011110001001101101010011010011010100011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539789; }

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

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

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

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

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

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

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

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