#539D8E

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

Shades of Lochinvar #539D8E

Tints of Lochinvar #539D8E

Color information

#539D8E (or 0x539D8E) is unknown color: approx Lochinvar. HEX triplet: 53, 9D and 8E. RGB value is (83,157,142). Sum of RGB (Red+Green+Blue) = 83+157+142=382 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.73% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 157 - color contains mainly: green. Hex color #539D8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539D8E is #AC6271. Grayscale: #858585. Windows color (decimal): -11297394 or 9346387. OLE color: 9346387.

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

Color convert

RGB83157142-
CMYK0.4700.100.38
HSL167.84º30.83%47.06%-
HSV(B)167.84º47.13%61.57%-
XYZ20.5127.9129.9-
YUV133.16132.9892.22-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.73%
GREEN value IS 157 (61.72% from 255) = 41.10%
BLUE value IS 142 (55.86% from 255) = 37.17%
R=21.73%
G=41.10%
B=37.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831571420.4700.100.38167.8430.8347.06
Hex539D8E2F0A26a81f2f
Octal12323521657012462503757
Binary10100111001110110001110101111010101001101010100011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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