#539884

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

Shades of Lochinvar #539884

Tints of Lochinvar #539884

Color information

#539884 (or 0x539884) is unknown color: approx Lochinvar. HEX triplet: 53, 98 and 84. RGB value is (83,152,132). Sum of RGB (Red+Green+Blue) = 83+152+132=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 152 - color contains mainly: green. Hex color #539884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #539884 is #AC677B. Grayscale: #818181. Windows color (decimal): -11298684 or 8689747. OLE color: 8689747.

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

Color convert

RGB83152132-
CMYK0.4500.130.40
HSL162.61º29.36%46.08%-
HSV(B)162.61º45.39%59.61%-
XYZ18.9625.9625.84-
YUV129.09129.6495.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.62%
GREEN value IS 152 (59.77% from 255) = 41.42%
BLUE value IS 132 (51.95% from 255) = 35.97%
R=22.62%
G=41.42%
B=35.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal831521320.4500.130.40162.6129.3646.08
Hex5398842D0D28a31d2e
Octal12323020455015502433556
Binary10100111001100010000100101101011011010001010001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539884; }

 p { color: rgb(83,152,132); }

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

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

 a { background-color: rgb(83,152,132); }

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

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

 span { border-color: rgb(83,152,132); }

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