#539387

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

Shades of Lochinvar #539387

Tints of Lochinvar #539387

Color information

#539387 (or 0x539387) is unknown color: approx Lochinvar. HEX triplet: 53, 93 and 87. RGB value is (83,147,135). Sum of RGB (Red+Green+Blue) = 83+147+135=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 135 (53.12% from 255 or 36.99% from 365); Max value from RGB is 147 - color contains mainly: green. Hex color #539387 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539387 is #AC6C78. Grayscale: #7E7E7E. Windows color (decimal): -11299961 or 8885075. OLE color: 8885075.

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

Color convert

RGB83147135-
CMYK0.4400.080.42
HSL168.75º27.83%45.1%-
HSV(B)168.75º43.54%57.65%-
XYZ18.3724.4626.67-
YUV126.5132.896.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.74%
GREEN value IS 147 (57.81% from 255) = 40.27%
BLUE value IS 135 (53.12% from 255) = 36.99%
R=22.74%
G=40.27%
B=36.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal831471350.4400.080.42168.7527.8345.1
Hex5393872C082Aa91c2d
Octal12322320754010522513455
Binary10100111001001110000111101100010001010101010100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539387; }

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

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

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

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

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

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

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

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