#539D8B

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

Shades of Lochinvar #539D8B

Tints of Lochinvar #539D8B

Color information

#539D8B (or 0x539D8B) is unknown color: approx Lochinvar. HEX triplet: 53, 9D and 8B. RGB value is (83,157,139). Sum of RGB (Red+Green+Blue) = 83+157+139=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 157 - color contains mainly: green. Hex color #539D8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539D8B is #AC6274. Grayscale: #848484. Windows color (decimal): -11297397 or 9149779. OLE color: 9149779.

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

Color convert

RGB83157139-
CMYK0.4700.110.38
HSL165.41º30.83%47.06%-
HSV(B)165.41º47.13%61.57%-
XYZ20.2827.8228.73-
YUV132.82131.4892.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.90%
GREEN value IS 157 (61.72% from 255) = 41.42%
BLUE value IS 139 (54.69% from 255) = 36.68%
R=21.90%
G=41.42%
B=36.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831571390.4700.110.38165.4130.8347.06
Hex539D8B2F0B26a51f2f
Octal12323521357013462453757
Binary10100111001110110001011101111010111001101010010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539D8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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