#539F8E

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

Shades of Lochinvar #539F8E

Tints of Lochinvar #539F8E

Color information

#539F8E (or 0x539F8E) is unknown color: approx Lochinvar. HEX triplet: 53, 9F and 8E. RGB value is (83,159,142). Sum of RGB (Red+Green+Blue) = 83+159+142=384 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.61% from 384); Green value is 159 (62.5% from 255 or 41.41% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 159 - color contains mainly: green. Hex color #539F8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539F8E is #AC6071. Grayscale: #868686. Windows color (decimal): -11296882 or 9346899. OLE color: 9346899.

HSL color Cylindrical-coordinate representation of color #539F8E: hue angle of 166.58º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #539F8E is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB83159142-
CMYK0.4800.110.38
HSL166.58º31.4%47.45%-
HSV(B)166.58º47.8%62.35%-
XYZ20.8528.5930.01-
YUV134.34132.3291.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.61%
GREEN value IS 159 (62.5% from 255) = 41.41%
BLUE value IS 142 (55.86% from 255) = 36.98%
R=21.61%
G=41.41%
B=36.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831591420.4800.110.38166.5831.447.45
Hex539F8E300B26a71f2f
Octal12323721660013462473757
Binary10100111001111110001110110000010111001101010011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539F8E; }

 p { color: rgb(83,159,142); }

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

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

 a { background-color: rgb(83,159,142); }

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

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

 span { border-color: rgb(83,159,142); }

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