#539A89

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

Shades of Lochinvar #539A89

Tints of Lochinvar #539A89

Color information

#539A89 (or 0x539A89) is unknown color: approx Lochinvar. HEX triplet: 53, 9A and 89. RGB value is (83,154,137). Sum of RGB (Red+Green+Blue) = 83+154+137=374 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.19% from 374); Green value is 154 (60.55% from 255 or 41.18% from 374); Blue value is 137 (53.91% from 255 or 36.63% from 374); Max value from RGB is 154 - color contains mainly: green. Hex color #539A89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539A89 is #AC6576. Grayscale: #828282. Windows color (decimal): -11298167 or 9017939. OLE color: 9017939.

HSL color Cylindrical-coordinate representation of color #539A89: hue angle of 165.63º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #539A89 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB83154137-
CMYK0.4600.110.40
HSL165.63º29.96%46.47%-
HSV(B)165.63º46.1%60.39%-
XYZ19.6426.7627.8-
YUV130.83131.4893.88-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.19%
GREEN value IS 154 (60.55% from 255) = 41.18%
BLUE value IS 137 (53.91% from 255) = 36.63%
R=22.19%
G=41.18%
B=36.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal831541370.4600.110.40165.6329.9646.47
Hex539A892E0B28a61e2e
Octal12323221156013502463656
Binary10100111001101010001001101110010111010001010011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,154,137); }

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

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

 a { background-color: rgb(83,154,137); }

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

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

 span { border-color: rgb(83,154,137); }

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