#539F8C

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

Shades of Lochinvar #539F8C

Tints of Lochinvar #539F8C

Color information

#539F8C (or 0x539F8C) is unknown color: approx Lochinvar. HEX triplet: 53, 9F and 8C. RGB value is (83,159,140). Sum of RGB (Red+Green+Blue) = 83+159+140=382 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.73% from 382); Green value is 159 (62.5% from 255 or 41.62% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 159 - color contains mainly: green. Hex color #539F8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539F8C is #AC6073. Grayscale: #868686. Windows color (decimal): -11296884 or 9215827. OLE color: 9215827.

HSL color Cylindrical-coordinate representation of color #539F8C: hue angle of 165º 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 #539F8C is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB83159140-
CMYK0.4800.120.38
HSL165º31.4%47.45%-
HSV(B)165º47.8%62.35%-
XYZ20.728.5329.23-
YUV134.11131.3291.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.73%
GREEN value IS 159 (62.5% from 255) = 41.62%
BLUE value IS 140 (55.08% from 255) = 36.65%
R=21.73%
G=41.62%
B=36.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831591400.4800.120.3816531.447.45
Hex539F8C300C26a51f2f
Octal12323721460014462453757
Binary10100111001111110001100110000011001001101010010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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